toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
debugger-common
/
pro.respawn.flowmvi.debugger.model
/
StoreState
Store
State
@
Serializable
data
class
StoreState
(
val
name
:
String
,
val
body
:
String
)
The remote state of the store
Parameters
name
the label to display
body
string representation of the state
Members
Constructors
Store
State
Link copied to clipboard
constructor
(
state
:
MVIState
)
constructor
(
name
:
String
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
name
Link copied to clipboard
val
name
:
String