call abstract method

TRes call({
  1. Query$searchLeagues$searchLeagues$objects$seasons$coverage$fixtures? fixtures,
  2. bool? standings,
  3. bool? players,
  4. bool? top_scorers,
  5. bool? top_assists,
  6. bool? top_cards,
  7. bool? injuries,
  8. bool? predictions,
  9. bool? odds,
  10. String? $__typename,
})

Implementation

TRes call({
  Query$searchLeagues$searchLeagues$objects$seasons$coverage$fixtures?
      fixtures,
  bool? standings,
  bool? players,
  bool? top_scorers,
  bool? top_assists,
  bool? top_cards,
  bool? injuries,
  bool? predictions,
  bool? odds,
  String? $__typename,
});