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