menu
vyuh_feature_system package
documentation
content_modifiers/theme_modifier.dart
ThemeModifier
ThemeModifier.fromJson factory constructor
ThemeModifier.fromJson factory constructor
dark_mode
light_mode
ThemeModifier.fromJson
constructor
ThemeModifier.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ThemeModifier.fromJson(Map<String, dynamic> json) => _$ThemeModifierFromJson(json);
vyuh_feature_system package
documentation
content_modifiers/theme_modifier
ThemeModifier
ThemeModifier.fromJson factory constructor
ThemeModifier class