Device constructor
Device({})
Implementation
Device({
this.deviceName = '',
this.manufacturerName = '',
this.productName = '',
this.version = '',
this.serialNumber = '',
this.deviceId = 0,
this.vendorId = 0,
this.productId = 0,
this.deviceClass = 0,
this.deviceSubclass = 0,
this.deviceProtocol = 0,
this.configurationCount = 0,
});