failed property

Implementation

List<ChartExportDeliveryResult> get failed =>
    List.unmodifiable(results.where((result) => !result.success));