isClosed property

bool get isClosed

Returns true if this service has been closed. If this returns true, all calls to update the service's state will fail.

Implementation

bool get isClosed => _controller.isClosed;