andFilter property

  1. @TagNumber.new(2)
AndFilter get andFilter

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 andFilter in combination with orFilter and notFilter.

Implementation

@$pb.TagNumber(2)
AndFilter get andFilter => $_getN(1);
  1. @TagNumber.new(2)
set andFilter (AndFilter value)

Implementation

@$pb.TagNumber(2)
set andFilter(AndFilter value) => $_setField(2, value);