op property

  1. @TagNumber(1)
OpBinary_Op get op

Op is the operator.

Implementation

@$pb.TagNumber(1)
OpBinary_Op get op => $_getN(0);
  1. @TagNumber(1)
set op (OpBinary_Op v)

Implementation

@$pb.TagNumber(1)
set op(OpBinary_Op v) { setField(1, v); }