notFilter property

  1. @TagNumber.new(3)
NotFilter get notFilter

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

Implementation

@$pb.TagNumber(3)
NotFilter get notFilter => $_getN(2);
  1. @TagNumber.new(3)
set notFilter (NotFilter value)

Implementation

@$pb.TagNumber(3)
set notFilter(NotFilter value) => $_setField(3, value);