call abstract method

Implementation

TRes call({
  String? id,
  String? name,
  String? adminName,
  Enum$StateCapitalEnum? capital,
  double? population,
  String? ascii,
  double? lat,
  double? lng,
  Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$country?
      country,
  DateTime? createdAt,
  DateTime? updatedAt,
  Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagSquare?
      flagSquare,
  Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagWide?
      flagWide,
});