withName method
- String value
Replaces RadarChartSeries.name with value.
Implementation
RadarChartSeries withName(String value) => copyWith(name: value);
Replaces RadarChartSeries.name with value.
RadarChartSeries withName(String value) => copyWith(name: value);