isSkipped property

bool get isSkipped

Whether this result represents a skipped case.

Implementation

bool get isSkipped => skippedReason != null;