TtyDevice constructor Null safety

TtyDevice(
  1. String filePath,
  2. int boundrate
)

Implementation

TtyDevice(this.filePath, this.boundrate)
    : super(PrinterDeviceType.tty);