WebApiModulesSettingsInventorySettingsUnitUnit constructor
WebApiModulesSettingsInventorySettingsUnitUnit({
- String? unitId,
- String? unit,
- String? description,
- String? unitType,
- String? pluralDescription,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});