CardRecordByTime constructor

CardRecordByTime({
  1. int channel = 0,
  2. int streamType = 0,
  3. DateTime? beginTime,
  4. DateTime? endTime,
})

Implementation

CardRecordByTime({
  this.channel = 0,
  this.streamType = 0,
  this.beginTime,
  this.endTime,
});