call abstract method

TRes call({
  1. String? id,
  2. String? name,
  3. String? description,
  4. List<String>? matchLabel,
  5. int? order,
  6. List<Input$VoteItemInput>? items,
})

Implementation

TRes call({
  String? id,
  String? name,
  String? description,
  List<String>? matchLabel,
  int? order,
  List<Input$VoteItemInput>? items,
});