FieldResultData constructor

const FieldResultData({
  1. FieldType type = FieldType.string,
  2. String id = "noid",
  3. MultiselectOption? optionValue,
  4. String? value,
  5. bool active = false,
})

Implementation

const FieldResultData({
  this.type = FieldType.string,
  this.id = "noid",
  this.optionValue,
  this.value,
  this.active = false,
});