isClosed property

bool isClosed

Whether the stream is closed for adding more events.

Implementation

bool get isClosed => _controller.isClosed;