call abstract method

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

Implementation

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