menu
custom_server_driven_ui package
documentation
model/schema.model.dart
SwitchSchemaModel
SwitchSchemaModel.fromJson factory constructor
SwitchSchemaModel.fromJson factory constructor
dark_mode
light_mode
SwitchSchemaModel.fromJson
constructor
SwitchSchemaModel.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory SwitchSchemaModel.fromJson(Map<String, dynamic> json) => _$SwitchSchemaModelFromJson(json);
custom_server_driven_ui package
documentation
model/schema.model
SwitchSchemaModel
SwitchSchemaModel.fromJson factory constructor
SwitchSchemaModel class