withName method

LineChartSeries withName(
  1. String value
)

Replaces LineChartSeries.name with value.

Implementation

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