Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds constructor

Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds({
  1. required bool response,
  2. String $__typename = 'BooleanCheckType',
})

Implementation

Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds({
  required this.response,
  this.$__typename = 'BooleanCheckType',
});