notQuery property

  1. @TagNumber(3)
NotQuery get notQuery

Exclude / Negate the result of the sub query ('NOT').

Implementation

@$pb.TagNumber(3)
NotQuery get notQuery => $_getN(2);
  1. @TagNumber(3)
set notQuery (NotQuery v)

Implementation

@$pb.TagNumber(3)
set notQuery(NotQuery v) { setField(3, v); }