call abstract method

TRes call({
  1. int? reach,
  2. int? total,
})

Implementation

TRes call({
  int? reach,
  int? total,
});