stream property
Get the enclosing stream
Implementation
Stream get stream{
assert(_isStream != null && _isStream);
return _stream;
}
Get the enclosing stream
Stream get stream{
assert(_isStream != null && _isStream);
return _stream;
}