Query$getLiveFixtures$getLiveFixtures$teams constructor

Query$getLiveFixtures$getLiveFixtures$teams({
  1. Query$getLiveFixtures$getLiveFixtures$teams$home? home,
  2. Query$getLiveFixtures$getLiveFixtures$teams$away? away,
  3. String $__typename = 'FixtureTeamsType',
})

Implementation

Query$getLiveFixtures$getLiveFixtures$teams({
  this.home,
  this.away,
  this.$__typename = 'FixtureTeamsType',
});