groups method

QueryBuilder groups(
  1. Iterable<String> fields
)

Implementation

QueryBuilder groups(Iterable<String> fields) {
  throw UnsupportedOperationException('`groups` not implemented');
}