menu
il_ilce package
documentation
data/model/selected_city.dart
SelectedCity
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'city': this.city, 'district': this.district, }; }
il_ilce package
documentation
data/model/selected_city
SelectedCity
toJson method
SelectedCity class