UsbDevice constructor
UsbDevice({})
Implementation
UsbDevice({
required this.identifier,
required this.vendorId,
required this.productId,
required this.productName,
required this.deviceId,
required this.deviceName,
required this.manufacturerName,
required this.configurationCount,
});