isCancelled property

bool get isCancelled

Implementation

bool get isCancelled =>
    this == null ? false : this!.resultType == ResultType.cancelled;