GroupByItem constructor
GroupByItem({
- required dynamic value,
- required int count,
Implementation
GroupByItem({required this.value, required this.count});
GroupByItem({required this.value, required this.count});