newWhereClause method

Where newWhereClause()

Makes a Where clause.

Implementation

Where newWhereClause() {
  throw UnsupportedError(
      'This instance does not support creating WHERE clauses.');
}