errorSteps property

int errorSteps

The number of steps that encountered an error and failed.

Implementation

int get errorSteps =>
    _steps.values.where((step) => step.error != null).length;