WebApiModulesUtilitiesLabelDesignLabelDesign constructor
WebApiModulesUtilitiesLabelDesignLabelDesign({
- String? labelId,
- String? warehouseId,
- String? warehouse,
- String? format,
- String? category,
- String? description,
- String? labelData,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesLabelDesignLabelDesign({
this.labelId,
this.warehouseId,
this.warehouse,
this.format,
this.category,
this.description,
this.labelData,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});