isClosed property

bool get isClosed

Returns true if this stream has been closed.

Implementation

bool get isClosed => _closed;