menu
truesight_core package
documentation
json/json.dart
JsonObject<T extends DataModel>
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
@
override
dynamic
toJSON
(
)
override
Implementation
@override toJSON() { return value?.toJSON(); }
truesight_core package
documentation
json/json
JsonObject<T extends DataModel>
toJSON method
JsonObject class