UsbPrinterInput constructor

UsbPrinterInput({
  1. String? name,
  2. String? vendorId,
  3. String? productId,
})

Implementation

UsbPrinterInput({
  this.name,
  this.vendorId,
  this.productId,
});