FieldResultData constructor
const
FieldResultData({
- FieldType type = FieldType.string,
- String id = "noid",
- MultiselectOption? optionValue,
- String? value,
- bool active = false,
Implementation
const FieldResultData({
this.type = FieldType.string,
this.id = "noid",
this.optionValue,
this.value,
this.active = false,
});