Returns whether the StateBloc's stream controller is able to receive new events or has been closed.
bool get isClosed { return _controller.isClosed; }