isClosed property

bool get isClosed

Whether the BloC is closed for dispatching more events.

Implementation

bool get isClosed => closed;