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