DRVideoResult constructor

DRVideoResult({
  1. String path = "",
  2. String name = "",
  3. String extension = "",
  4. String mediaType = "",
})

Implementation

DRVideoResult({
  this.path = "",
  this.name = "",
  this.extension = "",
  this.mediaType = "",
});