Groupings constructor

Groupings({
  1. List<Group>? groupBy,
})

Implementation

Groupings({
  this.groupBy,
});