RecordDownloadModel constructor

RecordDownloadModel({
  1. int? channel,
  2. String? saveFileName,
  3. int? saveFileLen,
  4. int? streamType,
  5. String? beginTime,
  6. String? endTime,
  7. String? fileName,
})

Implementation

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