DeviceModel constructor
DeviceModel({})
Implementation
DeviceModel({
this.modelName,
this.streamProtocol,
this.liveApp,
this.recApp,
this.canStandby = false,
this.canRotate = false,
this.whiteLight = false,
this.sdCardFeatures = 0,
this.audioCodecType,
this.devicePersonDetect = false,
this.supportMotionTrack = false,
});