withName method

ScatterChartSeries withName(
  1. String value
)

Replaces ScatterChartSeries.name with value.

Implementation

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