where method

QueryBuild<T> where(
  1. Query q
)

Implementation

QueryBuild<T> where(Query q) {
  _where.add(q);
  return this;
}