passedScenarios property

int passedScenarios

Implementation

int get passedScenarios =>
    features.map((f) => f.passedScenariosCount).reduce((i1, i2) => i1 + i2);