skippedCount property

int get skippedCount

Number of sub-steps that were skipped.

Implementation

int get skippedCount =>
    results.where((SetupStepResult r) => r.skipped).length;