distinct method

QueryBuilder distinct()

Implementation

QueryBuilder distinct() {
  throw UnsupportedOperationException('`distinct` not implemented');
}