isSkipped property

bool isSkipped

Returns whether the test is skipped.

Implementation

bool get isSkipped => skipReason != null;