UsbDevice constructor

UsbDevice(
  1. String deviceName,
  2. int? vid,
  3. int? pid,
  4. String? productName,
  5. String? manufacturerName,
  6. int? deviceId,
  7. String? serial,
  8. int? interfaceCount,
)

Implementation

UsbDevice(
    this.deviceName, this.vid, this.pid, this.productName,
    this.manufacturerName, this.deviceId, this.serial, this.interfaceCount);