call abstract method
      
TRes
call({ 
    
    
- String? id,
 - String? name,
 - String? adminName,
 - Enum$StateCapitalEnum? capital,
 - String? population,
 - String? ascii,
 - String? lat,
 - String? lng,
 - Query$pointOfSale$pointOfSale$locations$state$country? country,
 - DateTime? createdAt,
 - DateTime? updatedAt,
 - Query$pointOfSale$pointOfSale$locations$state$flagSquare? flagSquare,
 - Query$pointOfSale$pointOfSale$locations$state$flagWide? flagWide,
 - String? $__typename,
 
Implementation
TRes call({
  String? id,
  String? name,
  String? adminName,
  Enum$StateCapitalEnum? capital,
  String? population,
  String? ascii,
  String? lat,
  String? lng,
  Query$pointOfSale$pointOfSale$locations$state$country? country,
  DateTime? createdAt,
  DateTime? updatedAt,
  Query$pointOfSale$pointOfSale$locations$state$flagSquare? flagSquare,
  Query$pointOfSale$pointOfSale$locations$state$flagWide? flagWide,
  String? $__typename,
});