FwStandardDataFwDefaultAttribute constructor

FwStandardDataFwDefaultAttribute({
  1. String? fieldName,
  2. String? attributeName,
  3. String? defaultValue,
})

Implementation

FwStandardDataFwDefaultAttribute({
  this.fieldName,
  this.attributeName,
  this.defaultValue,
});