PrinterSpec constructor

const PrinterSpec({
  1. int modelId = 0,
  2. int seriesId = 0,
  3. int usdId = 0,
  4. int headpin = 0,
  5. int xDpi = 0,
  6. int yDpi = 0,
  7. bool printerCase = false,
  8. int tubeHeadpin = 0,
  9. String modelName = "",
})

Implementation

const PrinterSpec({this.modelId = 0, this.seriesId = 0, this.usdId = 0, this.headpin = 0, this.xDpi = 0,
    this.yDpi = 0, this.printerCase = false, this.tubeHeadpin = 0, this.modelName = ""});