lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
demo-android
/
com.apadmi.mockzilla.demo
/
MainViewModel
/
State
State
data
class
State
(
val
request
:
String
,
val
cowResult
:
DataResult
<
CowDto
,
String
>
?
,
val
isRelease
:
Boolean
)
Members
Constructors
State
Link copied to clipboard
constructor
(
request
:
String
,
cowResult
:
DataResult
<
CowDto
,
String
>
?
,
isRelease
:
Boolean
)
Properties
cow
Result
Link copied to clipboard
val
cowResult
:
DataResult
<
CowDto
,
String
>
?
is
Release
Link copied to clipboard
val
isRelease
:
Boolean
request
Link copied to clipboard
val
request
:
String