id property
Required. An id assigned to this node by the parser which is unique in a given expression tree. This is used to associate type information and other attributes to the node.
Implementation
@$pb.TagNumber(1)
$core.int get id => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.int value) => $_setSignedInt32(0, value);