WhereQuery constructor
WhereQuery({})
Implementation
WhereQuery({
required this.document,
this.isEqualTo,
this.isNotEqualTo,
this.isLessThan,
this.isLessThanOrEqualTo,
this.isGreaterThan,
this.isGreaterThanOrEqualTo,
this.arrayContains,
this.arrayContainsAny,
this.whereIn,
this.whereNotIn,
this.isNull,
});