HID constructor

HID({
  1. int idVendor = 0,
  2. int idProduct = 0,
  3. String? serial,
})

Implementation

HID({ this.idVendor = 0, this.idProduct = 0, this.serial });