withDataStorage method
- ChartDataStorage value
Replaces ChartDocumentExtractOptions.dataStorage with value.
Implementation
ChartDocumentExtractOptions withDataStorage(ChartDataStorage value) =>
copyWith(dataStorage: value);
Replaces ChartDocumentExtractOptions.dataStorage with value.
ChartDocumentExtractOptions withDataStorage(ChartDataStorage value) =>
copyWith(dataStorage: value);