notFilter property
Exclude / Negate the result of the sub filter ('NOT').
Implementation
@$pb.TagNumber(3)
NotFilter get notFilter => $_getN(2);
Implementation
@$pb.TagNumber(3)
set notFilter(NotFilter value) => $_setField(3, value);
Exclude / Negate the result of the sub filter ('NOT').
@$pb.TagNumber(3)
NotFilter get notFilter => $_getN(2);
@$pb.TagNumber(3)
set notFilter(NotFilter value) => $_setField(3, value);