DeviceInfo constructor
DeviceInfo({})
Implementation
DeviceInfo({
this.deviceId = 0,
this.version = '',
this.deviceName = '',
this.manufacturerName = '',
this.productName = '',
this.productId = 0,
this.vendorId = 0,
this.serialNumber = '',
});