call abstract method

TRes call({
  1. double? discount,
  2. String? description,
})

Implementation

TRes call({
  double? discount,
  String? description,
});