id property

  1. @TagNumber.new(2)
int get id

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 a node in the parse tree.

Implementation

@$pb.TagNumber(2)
$core.int get id => $_getIZ(0);
  1. @TagNumber.new(2)
set id (int value)

Implementation

@$pb.TagNumber(2)
set id($core.int value) => $_setSignedInt32(0, value);