call abstract method

TRes call({
  1. String? reviewType,
  2. bool? active,
})

Implementation

TRes call({
  String? reviewType,
  bool? active,
});