withGroupId method

BarChartSeries withGroupId(
  1. String value
)

Replaces BarChartSeries.groupId with value.

Implementation

BarChartSeries withGroupId(String value) => copyWith(groupId: value);