menu
mobiotics_provider package
documentation
models/theme/theme/theme.dart
Theme
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
dart:convert
Converts
Theme
to a JSON string.
Implementation
String toJson() => json.encode(toMap());
mobiotics_provider package
documentation
models/theme/theme/theme
Theme
toJson method
Theme class