withIncludeViewState method

ChartDocumentExtractOptions withIncludeViewState(
  1. bool value
)

Replaces ChartDocumentExtractOptions.includeViewState with value.

Implementation

ChartDocumentExtractOptions withIncludeViewState(bool value) =>
    copyWith(includeViewState: value);