call abstract method

TRes call({
  1. List<int>? fixture,
  2. List<int>? league,
  3. List<int>? season,
  4. List<int>? team,
  5. List<int>? player,
  6. String? timezone,
})

Implementation

TRes call({
  List<int>? fixture,
  List<int>? league,
  List<int>? season,
  List<int>? team,
  List<int>? player,
  String? timezone,
});