groupBy property

Iterable<Expr<Object?>> get groupBy

Implementation

Iterable<Expr> get groupBy => _groupBy.expand((e) => e._explode());