call abstract method

TRes call({
  1. int? mark,
  2. String? comment,
  3. String? user,
  4. String? product,
  5. String? reviewType,
})

Implementation

TRes call({
  int? mark,
  String? comment,
  String? user,
  String? product,
  String? reviewType,
});