ChartExportBatchOptions constructor
const
ChartExportBatchOptions({
- bool stopOnFirstFailure = false,
- bool continueOnProgressError = false,
- Duration? timeout,
- ChartExportCancellationToken? cancellationToken,
- ChartExportBatchProgressHandler? onProgress,
- ChartExportBatchProgressErrorHandler? onProgressError,
Implementation
const ChartExportBatchOptions({
this.stopOnFirstFailure = false,
this.skipUnavailable = false,
this.continueOnProgressError = false,
this.timeout,
this.cancellationToken,
this.onProgress,
this.onProgressError,
});