where method

JsonQueryBuilder where(
  1. Map<String, dynamic> conditions
)

Implementation

JsonQueryBuilder where(Map<String, dynamic> conditions) {
  _where = conditions;
  return this;
}