YsRecordFile constructor

YsRecordFile({
  1. String? begin,
  2. String? cameraType,
  3. String? end,
  4. int? type,
})

Implementation

YsRecordFile({
  this.begin,
  this.cameraType,
  this.end,
  this.type,
});