notEqual property

  1. @TagNumber(9)
NotEqual get notEqual

Implementation

@$pb.TagNumber(9)
$3.NotEqual get notEqual => $_getN(8);
  1. @TagNumber(9)
set notEqual (NotEqual v)

Implementation

@$pb.TagNumber(9)
set notEqual($3.NotEqual v) {
  setField(9, v);
}