call abstract method

TRes call({
  1. String? price,
  2. double? value,
})

Implementation

TRes call({
  String? price,
  double? value,
});