withName method

BarChartSeries withName(
  1. String value
)

Replaces BarChartSeries.name with value.

Implementation

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