UsbDevice constructor Null safety
Implementation
UsbDevice(
{required this.name,
required this.version,
this.manufactureName,
this.productName,
this.vendorId,
this.productId,
this.mainclass,
this.subClass})
: super(PrinterDeviceType.usb);