withMaxSnapshotAttempts method
- int value
Replaces ChartDocumentExtractOptions.maxSnapshotAttempts with value.
Implementation
ChartDocumentExtractOptions withMaxSnapshotAttempts(int value) =>
copyWith(maxSnapshotAttempts: value);
Replaces ChartDocumentExtractOptions.maxSnapshotAttempts with value.
ChartDocumentExtractOptions withMaxSnapshotAttempts(int value) =>
copyWith(maxSnapshotAttempts: value);