List<int>? get fileData => this._fileData;
set fileData(List<int>? bytes) { this._fileData = bytes; }