menu
chance_dart package
documentation
core/location/models/country.dart
Country
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/location/models/country
Country
toJson method
Country class