Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures constructor

Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures({
  1. bool? events,
  2. bool? lineups,
  3. bool? statistics_fixtures,
  4. bool? statistics_players,
  5. String $__typename = 'LeagueFixtureType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures({
  this.events,
  this.lineups,
  this.statistics_fixtures,
  this.statistics_players,
  this.$__typename = 'LeagueFixtureType',
});