where method

Query<T> where(
  1. dynamic conditions
)

Implementation

Query<T> where(dynamic conditions) {
  return Query.fromCondition(conditions, ctx, this);
}