withUnit method

PieChartSeries withUnit(
  1. String value
)

Replaces PieChartSeries.unit with value.

Implementation

PieChartSeries withUnit(String value) => copyWith(unit: value);