menu
supa_architecture package
documentation
json/json.dart
JsonSerializable
toJSON abstract method
toJSON abstract method
dark_mode
light_mode
toJSON
abstract method
dynamic
toJSON
(
)
Serializes the model to JSON.
Returns:
A map representing the model in JSON format.
Implementation
dynamic toJSON();
supa_architecture package
documentation
json/json
JsonSerializable
toJSON abstract method
JsonSerializable mixin