withName method

AreaChartSeries withName(
  1. String value
)

Replaces AreaChartSeries.name with value.

Implementation

AreaChartSeries withName(String value) => copyWith(name: value);