Query$getPlayOffsByRound$getPlayOffsByRound constructor
Query$getPlayOffsByRound$getPlayOffsByRound({
- required String id,
- Query$getPlayOffsByRound$getPlayOffsByRound$fixture? fixture,
- Query$getPlayOffsByRound$getPlayOffsByRound$score? score,
- Query$getPlayOffsByRound$getPlayOffsByRound$teams? teams,
- Query$getPlayOffsByRound$getPlayOffsByRound$goals? goals,
- Query$getPlayOffsByRound$getPlayOffsByRound$league? league,
- bool? isUserSubscribedToFixtureEvents,
- DateTime? createdAt,
- DateTime? updatedAt,
- 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',
});