isClosed property

bool isClosed
inherited

Whether the BloC is closed for dispatching more events.

Implementation

bool get isClosed => closed;