isClosed property

bool isClosed

Whether the BloC is closed for dispatching more events.

Implementation

bool get isClosed => closed;