FwStandardDataFwCustomValue constructor

FwStandardDataFwCustomValue({
  1. String? fieldName,
  2. String? fieldValue,
  3. String? fieldType,
})

Implementation

FwStandardDataFwCustomValue({
  this.fieldName,
  this.fieldValue,
  this.fieldType,
});