call abstract method

TRes call({
  1. bool? active,
  2. String? country,
  3. String? service,
  4. double? price,
})

Implementation

TRes call({
  bool? active,
  String? country,
  String? service,
  double? price,
});