whereEquals method

void whereEquals(
  1. String where
)

Creates a query based on where

Implementation

void whereEquals(String where) {
  limiters['where'] = where;
}