getHierarchyMap method
Returns the hierarchy map data of the tree.
Implementation
@override
Map<T, List<OptionGroup<T>>> getHierarchyMap() => _parentToChildrenMap;
Returns the hierarchy map data of the tree.
@override
Map<T, List<OptionGroup<T>>> getHierarchyMap() => _parentToChildrenMap;