Query$pointOfSale$pointOfSale$locations$state constructor
Query$pointOfSale$pointOfSale$locations$state({
- required String id,
- required String name,
- String? adminName,
- Enum$StateCapitalEnum? capital,
- String? population,
- String? ascii,
- String? lat,
- String? lng,
- Query$pointOfSale$pointOfSale$locations$state$country? country,
- required DateTime createdAt,
- required DateTime updatedAt,
- Query$pointOfSale$pointOfSale$locations$state$flagSquare? flagSquare,
- Query$pointOfSale$pointOfSale$locations$state$flagWide? flagWide,
- 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',
});