menu
leto package
documentation
types/json.dart
Json
toJsonShallow method
toJsonShallow method
dark_mode
light_mode
toJsonShallow
method
Object
?
toJsonShallow
(
)
Returns the inner json value
Implementation
Object? toJsonShallow() { return toJson(shallow: true); }
leto package
documentation
types/json
Json
toJsonShallow method
Json class