withName method

PolarColumnChartSeries withName(
  1. String value
)

Replaces PolarColumnChartSeries.name with value.

Implementation

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