isClosed property

bool isClosed

Whether the Event stream is closed.

The Event becomes closed by calling the close method. New events cannot be dispatched when this is true.

Implementation

bool get isClosed => _streamController.isClosed;