VideoRecordedEvent constructor
Build a VideoRecordedEvent triggered from the camera with the cameraId
.
The file
represents the file of the video.
The maxVideoDuration
shows if a maxVideoDuration shows if a maximum
video duration was set.
Implementation
const VideoRecordedEvent(int cameraId, this.file, this.maxVideoDuration)
: super(cameraId);