Query$getPlayOffsByRound$getPlayOffsByRound constructor

Query$getPlayOffsByRound$getPlayOffsByRound({
  1. required String id,
  2. Query$getPlayOffsByRound$getPlayOffsByRound$fixture? fixture,
  3. Query$getPlayOffsByRound$getPlayOffsByRound$score? score,
  4. Query$getPlayOffsByRound$getPlayOffsByRound$teams? teams,
  5. Query$getPlayOffsByRound$getPlayOffsByRound$goals? goals,
  6. Query$getPlayOffsByRound$getPlayOffsByRound$league? league,
  7. bool? isUserSubscribedToFixtureEvents,
  8. DateTime? createdAt,
  9. DateTime? updatedAt,
  10. String $__typename = 'FixtureType',
})

Implementation

Query$getPlayOffsByRound$getPlayOffsByRound({
  required this.id,
  this.fixture,
  this.score,
  this.teams,
  this.goals,
  this.league,
  this.isUserSubscribedToFixtureEvents,
  this.createdAt,
  this.updatedAt,
  this.$__typename = 'FixtureType',
});