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