WebApiModulesUtilitiesLabelDesignLabelDesign constructor

WebApiModulesUtilitiesLabelDesignLabelDesign({
  1. String? labelId,
  2. String? warehouseId,
  3. String? warehouse,
  4. String? format,
  5. String? category,
  6. String? description,
  7. String? labelData,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. 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,
});