Query$searchLeagues$searchLeagues$objects$seasons$coverage constructor

Query$searchLeagues$searchLeagues$objects$seasons$coverage({
  1. Query$searchLeagues$searchLeagues$objects$seasons$coverage$fixtures? fixtures,
  2. bool? standings,
  3. bool? players,
  4. bool? top_scorers,
  5. bool? top_assists,
  6. bool? top_cards,
  7. bool? injuries,
  8. bool? predictions,
  9. bool? odds,
  10. String $__typename = 'CoverageType',
})

Implementation

Query$searchLeagues$searchLeagues$objects$seasons$coverage({
  this.fixtures,
  this.standings,
  this.players,
  this.top_scorers,
  this.top_assists,
  this.top_cards,
  this.injuries,
  this.predictions,
  this.odds,
  this.$__typename = 'CoverageType',
});