menu
dartblaze_shared package
documentation
config/function_config.dart
FunctionsConfig
FunctionsConfig.fromJson factory constructor
FunctionsConfig.fromJson factory constructor
dark_mode
light_mode
FunctionsConfig.fromJson
constructor
FunctionsConfig.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory FunctionsConfig.fromJson(Map<String, dynamic> json) => _$FunctionsConfigFromJson(json);
dartblaze_shared package
documentation
config/function_config
FunctionsConfig
FunctionsConfig.fromJson factory constructor
FunctionsConfig class