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