PrinterSettings constructor

PrinterSettings({
  1. double? darkness,
  2. double? printSpeed,
  3. int? tearOff,
  4. MediaType? mediaType,
  5. PrintMethod? printMethod,
  6. int? printWidth,
  7. int? labelLength,
  8. double? labelLengthMax,
  9. ZPLMode? zplMode,
  10. PowerUpAction? powerUpAction,
  11. HeadCloseAction? headCloseAction,
  12. int? labelTop,
  13. int? leftPosition,
  14. PrintMode? printMode,
  15. ReprintMode? reprintMode,
  16. VirtualDevice? virtualDevice,
  17. String? printerModelName,
  18. String? deviceFriendlyName,
  19. String? firmware,
  20. String? linkOSVersion,
  21. String? printerDpi,
  22. String? devicePrintHeadResolution,
})

Implementation

PrinterSettings({
  this.darkness,
  this.printSpeed,
  this.tearOff,
  this.mediaType,
  this.printMethod,
  this.printWidth,
  this.labelLength,
  this.labelLengthMax,
  this.zplMode,
  this.powerUpAction,
  this.headCloseAction,
  this.labelTop,
  this.leftPosition,
  this.printMode,
  this.reprintMode,
  this.virtualDevice,
  this.printerModelName,
  this.deviceFriendlyName,
  this.firmware,
  this.linkOSVersion,
  this.printerDpi,
  this.devicePrintHeadResolution,
});