withGroupId method
- String value
Replaces BarChartSeries.groupId with value.
Implementation
BarChartSeries withGroupId(String value) => copyWith(groupId: value);
Replaces BarChartSeries.groupId with value.
BarChartSeries withGroupId(String value) => copyWith(groupId: value);