distinct method

QueryBuilder<T> distinct()

DISTINCT

Implementation

QueryBuilder<T> distinct() {
  _distinct = true;
  return this;
}