DeviceInfo constructor

DeviceInfo(
  1. String srno,
  2. String dpId,
  3. String rdsId,
  4. String rdsVer,
  5. String dc,
  6. String mi,
  7. String mc,
  8. AdditionalInfo addInfo,
)

Implementation

DeviceInfo(this.srno, this.dpId, this.rdsId, this.rdsVer, this.dc, this.mi,
    this.mc, this.addInfo);