Query$getLeaguePagination$getLeaguePagination$objects$country constructor

Query$getLeaguePagination$getLeaguePagination$objects$country({
  1. String? id,
  2. String? name,
  3. String? code,
  4. String? flag,
  5. String $__typename = 'CountryProviderType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination$objects$country({
  this.id,
  this.name,
  this.code,
  this.flag,
  this.$__typename = 'CountryProviderType',
});