call abstract method

TRes call({
  1. String? message,
  2. bool? success,
  3. String? qualitativeAmount,
  4. String? quantitativeAmount,
})

Implementation

TRes call({
  String? message,
  bool? success,
  String? qualitativeAmount,
  String? quantitativeAmount,
});