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