InputValue constructor
InputValue({
- InputValueCheckboxInputValue? checkboxInputValue,
- InputValueChoiceInputValue? choiceInputValue,
- String? inputFieldId,
- InputValueTextInputValue? textInputValue,
Implementation
InputValue({
this.checkboxInputValue,
this.choiceInputValue,
this.inputFieldId,
this.textInputValue,
});