isClosed property

bool isClosed

Returns true if current stream is closed.

Implementation

bool get isClosed => _stream.isClosed;