call abstract method

TRes call({
  1. int? id,
  2. int? season,
})

Implementation

TRes call({
  int? id,
  int? season,
});