getHierarchyMap method
Returns the hierarchy map data of the tree.
Implementation
@protected
Map<T, List<OptionGroup<T>>> getHierarchyMap() =>
throw UnimplementedError('getHierarchyMap() must be overriden.');
Returns the hierarchy map data of the tree.
@protected
Map<T, List<OptionGroup<T>>> getHierarchyMap() =>
throw UnimplementedError('getHierarchyMap() must be overriden.');