FileModel constructor

FileModel(
  1. String _filePath,
  2. String _fileName,
  3. String _content
)

Implementation

FileModel(this._filePath, this._fileName, this._content);