blockers property

Implementation

List<ChartExportJobPlanIssue> get blockers =>
    List.unmodifiable(issues.where((issue) => issue.isBlocker));