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