DetectedProperties constructor

DetectedProperties({
  1. int? durationMillis,
  2. int? fileSize,
  3. String? frameRate,
  4. int? height,
  5. int? width,
})

Implementation

DetectedProperties({
  this.durationMillis,
  this.fileSize,
  this.frameRate,
  this.height,
  this.width,
});