isSkipped property
bool
get
isSkipped
Whether this result represents a skipped case.
Implementation
bool get isSkipped => skippedReason != null;
Whether this result represents a skipped case.
bool get isSkipped => skippedReason != null;