notQuery property

  1. @TagNumber(3)
NotQuery notQuery

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

Implementation

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

Implementation

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