isCancelled property
bool
get
isCancelled
Whether cooperative cancellation has reached the isolate.
Implementation
bool get isCancelled => _isCancelled;
Whether cooperative cancellation has reached the isolate.
bool get isCancelled => _isCancelled;