OtaBean constructor
OtaBean({})
Implementation
OtaBean({
this.serialNumber,
this.statusCode = 0,
this.currentFirmware,
this.targetFirmware,
this.firmwareStatus = 0,
this.size = 0,
this.md5,
this.modelNo,
this.adminId = 0,
this.newestFirmwareId,
this.encrypted = false,
this.releaseNote,
});