withUnit method
- String value
Replaces PieChartSeries.unit with value.
Implementation
PieChartSeries withUnit(String value) => copyWith(unit: value);
Replaces PieChartSeries.unit with value.
PieChartSeries withUnit(String value) => copyWith(unit: value);