andQuery property

  1. @TagNumber(2)
AndQuery get andQuery

Limit the result to match all sub queries ('AND'). Note that if you specify multiple queries, they will be implicitly used as andQueries. Use the andQuery in combination with orQuery and notQuery.

Implementation

@$pb.TagNumber(2)
AndQuery get andQuery => $_getN(1);
  1. @TagNumber(2)
set andQuery (AndQuery v)

Implementation

@$pb.TagNumber(2)
set andQuery(AndQuery v) { setField(2, v); }