DeviceInfo constructor

DeviceInfo({
  1. String? dpId,
  2. String? rdsId,
  3. String? rdsVer,
  4. String? mi,
  5. String? mc,
  6. String? dc,
  7. AdditionalInfo? additionalInfo,
})

Implementation

DeviceInfo({
  this.dpId,
  this.rdsId,
  this.rdsVer,
  this.mi,
  this.mc,
  this.dc,
  this.additionalInfo,
});