skippedCount property
int
get
skippedCount
Number of sub-steps that were skipped.
Implementation
int get skippedCount =>
results.where((SetupStepResult r) => r.skipped).length;
Number of sub-steps that were skipped.
int get skippedCount =>
results.where((SetupStepResult r) => r.skipped).length;