isCancelled property

bool isCancelled

Implementation

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