stream property

Stream stream

Get the enclosing stream

Implementation

Stream get stream{
  assert(_isStream != null && _isStream);
  return _stream;
}