dynamicChildrenIndexMap property

  1. @TagNumber(3)
PbMap<String, int> get dynamicChildrenIndexMap

@doc Map from serialized string representing a ScreenshotNodeIdentifier of any dynamic ancestors to the index in said parent where this node exists.

Implementation

@$pb.TagNumber(3)
$pb.PbMap<$core.String, $core.int> get dynamicChildrenIndexMap => $_getMap(2);