CardRecordByFile constructor
CardRecordByFile({})
Implementation
CardRecordByFile({
this.channel = 0,
this.streamType = 0,
required this.fileLength,
required this.beginTime,
required this.endTime,
required this.fileName,
});