Query$findStatesByCountryPagination$findStatesByCountryPagination$objects constructor

Query$findStatesByCountryPagination$findStatesByCountryPagination$objects({
  1. required String id,
  2. required String name,
  3. String? adminName,
  4. Enum$StateCapitalEnum? capital,
  5. String? population,
  6. String? ascii,
  7. String? lat,
  8. String? lng,
  9. Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$country? country,
  10. required DateTime createdAt,
  11. required DateTime updatedAt,
  12. Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagSquare? flagSquare,
  13. 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,
});