isSkipped property

bool isSkipped

Implementation

bool get isSkipped =>
    this == null ? false : this!.resultType == ResultType.skipped;