withDataStorage method

ChartDocumentExtractOptions withDataStorage(
  1. ChartDataStorage value
)

Replaces ChartDocumentExtractOptions.dataStorage with value.

Implementation

ChartDocumentExtractOptions withDataStorage(ChartDataStorage value) =>
    copyWith(dataStorage: value);