id property

  1. @TagNumber.new(2)
Int64 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)
$fixnum.Int64 get id => $_getI64(0);
  1. @TagNumber.new(2)
set id (Int64 value)

Implementation

@$pb.TagNumber(2)
set id($fixnum.Int64 value) => $_setInt64(0, value);