EntityValue constructor

EntityValue({
  1. String? label,
  2. String? value,
  3. String? docId,
  4. String? docName,
  5. int? dataSourceTypeId,
  6. String? dataSourceValue,
  7. String? dataSourceName,
  8. bool? selected,
})

Implementation

EntityValue({
  this.label,
  this.value,
  this.docId,
  this.docName,
  this.dataSourceTypeId,
  this.dataSourceValue,
  this.dataSourceName,
  this.selected,
});