redwood
Toggle table of contents
0.17.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-treehouse
/
app.cash.redwood.treehouse
/
StateSnapshot
State
Snapshot
@
Serializable
class
StateSnapshot
(
val
content
:
Map
<
String
,
List
<
Any
?
>
>
)
Members
Constructors
State
Snapshot
Link copied to clipboard
constructor
(
content
:
Map
<
String
,
List
<
Any
?
>
>
)
Types
Id
Link copied to clipboard
@
JvmInline
@
Serializable
value
class
Id
(
val
value
:
String
?
)
Properties
content
Link copied to clipboard
val
content
:
Map
<
String
,
List
<
Any
?
>
>