PrinterDevice constructor

PrinterDevice({
  1. required String name,
  2. String? address,
})

Implementation

PrinterDevice({required this.name, this.address});