withMaxSnapshotAttempts method

ChartDocumentExtractOptions withMaxSnapshotAttempts(
  1. int value
)

Replaces ChartDocumentExtractOptions.maxSnapshotAttempts with value.

Implementation

ChartDocumentExtractOptions withMaxSnapshotAttempts(int value) =>
    copyWith(maxSnapshotAttempts: value);