EzvizAlarmInfo constructor
EzvizAlarmInfo({})
Implementation
EzvizAlarmInfo({
required this.alarmId,
this.alarmName,
required this.alarmType,
required this.alarmTime,
required this.channelNo,
required this.isEncrypt,
required this.isChecked,
this.preTime,
this.delayTime,
required this.deviceSerial,
this.alarmPicUrl,
// this.relationAlarms,
this.customerType,
this.customerInfo,
});