menu
ai_bridge_core
ai_bridge_core.dart
CircuitBreaker
isAllowed property
isAllowed
dark_mode
light_mode
isAllowed
property
bool
get
isAllowed
Whether requests are currently allowed through.
Implementation
bool get isAllowed => state != CircuitState.open;
ai_bridge_core
ai_bridge_core
CircuitBreaker
isAllowed property
CircuitBreaker class