Query$getLeaguePagination$getLeaguePagination$objects constructor

Query$getLeaguePagination$getLeaguePagination$objects({
  1. required String id,
  2. Query$getLeaguePagination$getLeaguePagination$objects$league? league,
  3. Query$getLeaguePagination$getLeaguePagination$objects$country? country,
  4. List<Query$getLeaguePagination$getLeaguePagination$objects$seasons>? seasons,
  5. String $__typename = 'LeagueType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination$objects({
  required this.id,
  this.league,
  this.country,
  this.seasons,
  this.$__typename = 'LeagueType',
});