MediaModel.filePath constructor

MediaModel.filePath(
  1. String _filePath
)

Implementation

MediaModel.filePath(this._filePath):_file =File(_filePath) {
  this.isImage = true;
}