Variables$Query$getPreMatchOddsFromProvider constructor

Variables$Query$getPreMatchOddsFromProvider({
  1. required int fixtureId,
})

Implementation

factory Variables$Query$getPreMatchOddsFromProvider(
        {required int fixtureId}) =>
    Variables$Query$getPreMatchOddsFromProvider._({
      r'fixtureId': fixtureId,
    });