Query$pointOfSale$pointOfSale$locations$state constructor

Query$pointOfSale$pointOfSale$locations$state({
  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$pointOfSale$pointOfSale$locations$state$country? country,
  10. required DateTime createdAt,
  11. required DateTime updatedAt,
  12. Query$pointOfSale$pointOfSale$locations$state$flagSquare? flagSquare,
  13. Query$pointOfSale$pointOfSale$locations$state$flagWide? flagWide,
  14. String $__typename = 'StateType',
})

Implementation

Query$pointOfSale$pointOfSale$locations$state({
  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,
  this.$__typename = 'StateType',
});