positions property

  1. @TagNumber.new(4)
PbMap<Int64, int> get positions

A map from the parse node id (e.g. Expr.id) to the code point offset within the source.

Implementation

@$pb.TagNumber(4)
$pb.PbMap<$fixnum.Int64, $core.int> get positions => $_getMap(3);