groupBy method

Table groupBy(
  1. List<String> groupProperties
)

Implementation

Table groupBy(List<String> groupProperties) => Table(columns: columns, name: name, groupProperties: groupProperties, childJoins: childJoins);