call abstract method

TRes call({
  1. bool? isRequired,
  2. bool? isMultipleChoice,
  3. String? attribute,
  4. String? reference,
  5. List<String>? possibleValues,
  6. Input$TargetACIInput? target,
})

Implementation

TRes call({
  bool? isRequired,
  bool? isMultipleChoice,
  String? attribute,
  String? reference,
  List<String>? possibleValues,
  Input$TargetACIInput? target,
});