call abstract method

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

Implementation

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