withUnit method

AreaChartSeries withUnit(
  1. String value
)

Replaces AreaChartSeries.unit with value.

Implementation

AreaChartSeries withUnit(String value) => copyWith(unit: value);