call abstract method

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

Implementation

TRes call({
  bool? isRequired,
  bool? isMultipleChoice,
  String? id,
  String? attribute,
  String? reference,
  List<String>? possibleValues,
});