path property

  1. @TagNumber(1)
Expr_Path get path

Path is the path to the Node.

Implementation

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

Implementation

@$pb.TagNumber(1)
set path(Expr_Path v) { setField(1, v); }