failedCount property
int
get
failedCount
Implementation
int get failedCount =>
steps.where((s) => s.status == BootstrapStepStatus.failed).length;
int get failedCount =>
steps.where((s) => s.status == BootstrapStepStatus.failed).length;