call abstract method

TRes call({
  1. List<int>? id,
  2. List<int>? team,
  3. List<int>? season,
  4. List<String>? name,
  5. List<String>? code,
  6. List<String>? country,
  7. bool? current,
  8. List<Enum$LeagueTypeEnum>? type,
})

Implementation

TRes call({
  List<int>? id,
  List<int>? team,
  List<int>? season,
  List<String>? name,
  List<String>? code,
  List<String>? country,
  bool? current,
  List<Enum$LeagueTypeEnum>? type,
});