FileShareModel constructor

FileShareModel(
  1. int _id,
  2. String _fileName,
  3. bool _isUploaded
)

Implementation

FileShareModel(this._id, this._fileName, this._isUploaded);