Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$fixture constructor

Implementation

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