call abstract method

TRes call({
  1. int? id,
  2. String? name,
  3. Enum$LeagueTypeEnum? type,
  4. String? $__typename,
})

Implementation

TRes call({
  int? id,
  String? name,
  Enum$LeagueTypeEnum? type,
  String? logo,
  String? $__typename,
});