clear method

Where clear()

Clears all conditions from this WHERE clause.

Implementation

Where clear() {
  _whereBodies.clear();
  return this;
}