Query$getPlayOffsByRound constructor

Query$getPlayOffsByRound({
  1. required List<Query$getPlayOffsByRound$getPlayOffsByRound> getPlayOffsByRound,
  2. String $__typename = 'Query',
})

Implementation

Query$getPlayOffsByRound({
  required this.getPlayOffsByRound,
  this.$__typename = 'Query',
});