WebApiModulesSettingsInventorySettingsUnitUnit constructor

WebApiModulesSettingsInventorySettingsUnitUnit({
  1. String? unitId,
  2. String? unit,
  3. String? description,
  4. String? unitType,
  5. String? pluralDescription,
  6. bool? inactive,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsInventorySettingsUnitUnit({
  this.unitId,
  this.unit,
  this.description,
  this.unitType,
  this.pluralDescription,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});