call abstract method

TRes call({
  1. int? min,
  2. int? max,
})

Implementation

TRes call({
  int? min,
  int? max,
});