childrenDict property

Map<String, NorsePath<Object?, Object?>> childrenDict
final

A Map field populated in this object's constructor to allow faster relative-rooting based navigation by creating a more efficient way to retrieve a child based on his name.

Otherwise calling children.where would be mandatory to check/get a child of this object.

Implementation

final Map<String, NorsePath> childrenDict;