isCanceled property Null safety
Whether the completer was canceled before the result was ready.
Implementation
bool get isCanceled => _isCanceled;
Whether the completer was canceled before the result was ready.
bool get isCanceled => _isCanceled;