menu
chance_dart package
documentation
core/person/model/user.dart
User
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
It converts the object to a map.
Implementation
String toJson() => json.encode(toMap());
chance_dart package
documentation
core/person/model/user
User
toJson method
User class