call abstract method

TRes call({
  1. String? name,
  2. String? content,
  3. List<String>? matchLabel,
  4. Enum$VoteItemTypeEnum? type,
  5. int? order,
  6. int? score,
  7. int? weightMatchLabel,
  8. bool? isRandomizeAnswerOrder,
  9. bool? isPublished,
  10. List<Input$VoteOptionInput?>? options,
})

Implementation

TRes call({
  String? name,
  String? content,
  List<String>? matchLabel,
  Enum$VoteItemTypeEnum? type,
  int? order,
  int? score,
  int? weightMatchLabel,
  bool? isRandomizeAnswerOrder,
  bool? isPublished,
  List<Input$VoteOptionInput?>? options,
});