skippedCount property
int
get
skippedCount
Implementation
int get skippedCount =>
results.where((BuildStepResult r) => r.status == BuildStepStatus.skipped).length;
int get skippedCount =>
results.where((BuildStepResult r) => r.status == BuildStepStatus.skipped).length;