withIncludeViewState method
- bool value
Replaces ChartDocumentExtractOptions.includeViewState with value.
Implementation
ChartDocumentExtractOptions withIncludeViewState(bool value) =>
copyWith(includeViewState: value);
Replaces ChartDocumentExtractOptions.includeViewState with value.
ChartDocumentExtractOptions withIncludeViewState(bool value) =>
copyWith(includeViewState: value);