isAllowed property

bool get isAllowed

Whether requests are currently allowed through.

Implementation

bool get isAllowed => state != CircuitState.open;