isClosed property
bool
get
isClosed
Whether the BloC is closed for dispatching more events.
Implementation
bool get isClosed => closed;
Whether the BloC is closed for dispatching more events.
bool get isClosed => closed;