MediaModel constructor

  1. @Deprecated("use file path")
MediaModel(
  1. File _file,
  2. String? _fileName,
  3. String _filePath,
  4. bool isImage,
)

Implementation

@Deprecated("use file path")
MediaModel(this._file, this._fileName, this._filePath, this.isImage){
  // /data/user/0/_$package_name_/cache/e3aacd28-bcb8-43b3-8492-302c48d6476086457922708461484.jpg
  print('MediaFile.MediaFile $_filePath');
}