call abstract method

TRes call({
  1. int? fixture,
  2. int? league,
  3. int? season,
  4. List<int>? bet,
  5. List<int>? bookmakers,
  6. String? timezone,
  7. DateTime? date,
})

Implementation

TRes call({
  int? fixture,
  int? league,
  int? season,
  List<int>? bet,
  List<int>? bookmakers,
  String? timezone,
  DateTime? date,
});