skippedCount property

int get skippedCount

Implementation

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