Query$findStatesByCountryPagination$findStatesByCountryPagination$objects constructor
Query$findStatesByCountryPagination$findStatesByCountryPagination$objects({
- required String id,
- required String name,
- String? adminName,
- Enum$StateCapitalEnum? capital,
- String? population,
- String? ascii,
- String? lat,
- String? lng,
- Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$country? country,
- required DateTime createdAt,
- required DateTime updatedAt,
- Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagSquare? flagSquare,
- Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagWide? flagWide,
Implementation
Query$findStatesByCountryPagination$findStatesByCountryPagination$objects({
required this.id,
required this.name,
this.adminName,
this.capital,
this.population,
this.ascii,
this.lat,
this.lng,
this.country,
required this.createdAt,
required this.updatedAt,
this.flagSquare,
this.flagWide,
});