menu
dart_iztro package
documentation
services/geo_lookup_service.dart
CityModel
CityModel.new constructor
CityModel.new constructor
dark_mode
light_mode
CityModel
constructor
CityModel
(
{
required
String
name
,
double
?
longitude
,
double
?
latitude
,
List
<
CityModel
>
?
city
,
List
<
String
>
?
area
,
})
Implementation
CityModel({ required this.name, this.longitude, this.latitude, this.city, this.area, });
dart_iztro package
documentation
services/geo_lookup_service
CityModel
CityModel.new constructor
CityModel class