id property

  1. @TagNumber.new(1)
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 the node.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get id => $_getI64(0);
  1. @TagNumber.new(1)
set id (Int64 value)

Implementation

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