call abstract method

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

Implementation

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