RecordDownloadModel constructor
RecordDownloadModel({})
Implementation
RecordDownloadModel({
this.channel,
this.saveFileName,
this.saveFileLen,
this.streamType,
this.beginTime,
this.endTime,
this.fileName
});