InputValue constructor
InputValue({
- CheckboxInputValue? checkboxInputValue,
- ChoiceInputValue? choiceInputValue,
- String? inputFieldId,
- TextInputValue? textInputValue,
Implementation
InputValue({
this.checkboxInputValue,
this.choiceInputValue,
this.inputFieldId,
this.textInputValue,
});