PrinterDevice constructor

PrinterDevice({
  1. required String name,
  2. String? address,
  3. String? vendorId,
  4. String? productId,
})

Implementation

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