menu
ai_bridge_core
ai_bridge_core.dart
CancellationToken
isCancelled property
isCancelled
dark_mode
light_mode
isCancelled
property
bool
get
isCancelled
Whether cancellation has been requested.
Implementation
bool get isCancelled => _completer.isCompleted;
ai_bridge_core
ai_bridge_core
CancellationToken
isCancelled property
CancellationToken class