withName method

RadarChartSeries withName(
  1. String value
)

Replaces RadarChartSeries.name with value.

Implementation

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