Stream<List<int>>? get ContentStream => this._contentStream as Stream<List<int>>?;
set ContentStream(Stream<List<int>>? value) { this.ThrowIfThisIsNotNew(); this._contentStream = value; this._content = null; this._fileName = null; }