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