Flutter
async
CancelableCompleter
<
T
>
isCanceled property
isCanceled
isCanceled
property
Null safety
bool
isCanceled
Whether the completer was canceled before the result was ready.
Implementation
bool get isCanceled => _isCanceled;
Flutter
async
CancelableCompleter
<
T
>
isCanceled property
CancelableCompleter class
Constructors
CancelableCompleter
Properties
hashCode
isCanceled
isCompleted
operation
runtimeType
Methods
complete
completeError
noSuchMethod
toString
Operators
operator ==