get property

  1. @TagNumber(1)
Expr get get

Get is the expression to get the element.

Implementation

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

Implementation

@$pb.TagNumber(1)
set get(Expr v) { setField(1, v); }