menu
rownd_flutter_plugin package
documentation
state/global_state.dart
GlobalState
GlobalState.fromJson factory constructor
GlobalState.fromJson factory constructor
dark_mode
light_mode
GlobalState.fromJson
constructor
GlobalState.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GlobalState.fromJson(Map<String, dynamic> json) => _$GlobalStateFromJson(json);
rownd_flutter_plugin package
documentation
state/global_state
GlobalState
GlobalState.fromJson factory constructor
GlobalState class