call abstract method

TRes call({
  1. String? label,
  2. double? amount,
})

Implementation

TRes call({
  String? label,
  double? amount,
});