menu
yuka package
documentation
fsm/state.dart
State
fromJSON abstract method
fromJSON abstract method
dark_mode
light_mode
fromJSON
abstract method
State
fromJSON
(
Map
<
String
,
dynamic
>
json
)
Restores this instance from the given JSON object.
Implementation
State fromJSON(Map<String,dynamic> json);
yuka package
documentation
fsm/state
State
fromJSON abstract method
State class