call abstract method

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

Implementation

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