WebApiModulesUtilitiesLabelDesignBarcodeLabel constructor

const WebApiModulesUtilitiesLabelDesignBarcodeLabel({
  1. String? barcode,
  2. String? icode,
  3. String? serialno,
  4. String? description,
  5. String? inventorytype,
  6. String? category,
  7. String? subcategory,
  8. String? trackedby,
  9. String? manufacturer,
  10. String? manufacturerpartnumber,
})

Implementation

const WebApiModulesUtilitiesLabelDesignBarcodeLabel({
  this.barcode,
  this.icode,
  this.serialno,
  this.description,
  this.inventorytype,
  this.category,
  this.subcategory,
  this.trackedby,
  this.manufacturer,
  this.manufacturerpartnumber,
});