distinct method

LQB distinct()

Implementation

LQB distinct() {
  this._distinct = true;
  return this;
}