call abstract method

TRes call({
  1. int? league,
  2. int? season,
  3. String? round,
  4. DateTime? to,
  5. DateTime? from,
})

Implementation

TRes call({
  int? league,
  int? season,
  String? round,
  DateTime? to,
  DateTime? from,
});