Query$getLeaguePagination$getLeaguePagination$objects$seasons constructor

Query$getLeaguePagination$getLeaguePagination$objects$seasons({
  1. String? year,
  2. DateTime? start,
  3. DateTime? end,
  4. bool? current,
  5. Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage? coverage,
  6. String $__typename = 'SeasonsType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination$objects$seasons({
  this.year,
  this.start,
  this.end,
  this.current,
  this.coverage,
  this.$__typename = 'SeasonsType',
});