call abstract method

TRes call({
  1. String? content,
  2. int? order,
  3. int? score,
  4. bool? right,
})

Implementation

TRes call({
  String? content,
  int? order,
  int? score,
  bool? right,
});