ChartExportBatchOptions constructor

const ChartExportBatchOptions({
  1. bool stopOnFirstFailure = false,
  2. bool skipUnavailable = false,
  3. bool continueOnProgressError = false,
  4. Duration? timeout,
  5. ChartExportCancellationToken? cancellationToken,
  6. ChartExportBatchProgressHandler? onProgress,
  7. ChartExportBatchProgressErrorHandler? onProgressError,
})

Implementation

const ChartExportBatchOptions({
  this.stopOnFirstFailure = false,
  this.skipUnavailable = false,
  this.continueOnProgressError = false,
  this.timeout,
  this.cancellationToken,
  this.onProgress,
  this.onProgressError,
});