FileEntity constructor

FileEntity(
  1. String _path,
  2. File _file
)

Implementation

FileEntity(this._path, this._file);