call abstract method

TRes call({
  1. double? beforeReduction,
  2. double? afterReduction,
})

Implementation

TRes call({
  double? beforeReduction,
  double? afterReduction,
});