skippedCount property

int get skippedCount

Implementation

int get skippedCount =>
    steps.where((s) => s.status == BootstrapStepStatus.skipped).length;