DetectorInfo constructor
DetectorInfo({})
Implementation
DetectorInfo({
required this.detectorSerial,
this.detectorType,
this.detectorState,
this.detectorTypeName,
this.location,
this.zfStatus,
this.uvStatus,
this.iwcStatus,
this.olStatus,
this.atHomeEnable,
this.outerEnable,
this.sleepEnable,
this.updateTime,
});