call abstract method

TRes call({
  1. int? minValue,
  2. int? maxValue,
})

Implementation

TRes call({
  int? minValue,
  int? maxValue,
});