EditTextParser constructor
EditTextParser()
Implementation
EditTextParser(this.name, this.description, this.id, this.chosenValue,
this.onValueChanged, this.isBeforeHeader, this.index, this.debounceTime) {
onValueChangedLocal = (String id, dynamic value) {
chosenValue = value;
onValueChanged(id, value);
};
}