call abstract method

TRes call({
  1. double? mark,
  2. String? comment,
  3. String? reviewType,
})

Implementation

TRes call({
  double? mark,
  String? comment,
  String? reviewType,
});