DRPhotoResult constructor

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

Implementation

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