withOperation method

ChartSelectionConfig withOperation(
  1. ChartSelectionOperation value
)

Replaces ChartSelectionConfig.operation with value.

Implementation

ChartSelectionConfig withOperation(ChartSelectionOperation value) =>
    copyWith(operation: value);