positions property

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

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

Implementation

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