groupBy method

void groupBy(
  1. String key
)

Groups the results by a given key.

Implementation

void groupBy(String key) {
  _groupBy = key;
}