WebApiModulesUtilitiesLabelDesignBarcodeLabel constructor

WebApiModulesUtilitiesLabelDesignBarcodeLabel({
  1. String? barcode,
  2. String? icode,
  3. String? description,
  4. String? inventorytype,
  5. String? category,
  6. String? subcategory,
})

Implementation

WebApiModulesUtilitiesLabelDesignBarcodeLabel({
  this.barcode,
  this.icode,
  this.description,
  this.inventorytype,
  this.category,
  this.subcategory,
});