call abstract method

TRes call({
  1. List<int>? teams,
  2. List<int>? seasons,
  3. List<int>? leagues,
  4. String? search,
})

Implementation

TRes call({
  List<int>? teams,
  List<int>? seasons,
  List<int>? leagues,
  String? search,
});