withCategoryValue method

RangeAreaDataPoint withCategoryValue(
  1. String value
)

Replaces RangeAreaDataPoint.categoryValue with value.

Implementation

RangeAreaDataPoint withCategoryValue(String value) =>
    copyWith(categoryValue: value);