UsbDevice constructor

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

Implementation

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