call abstract method

TRes call({
  1. double? price,
  2. String? selectedValue,
  3. String? productAttribute,
})

Implementation

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