getHierarchyMap method

  1. @protected
Map<T, List<OptionGroup<T>>> getHierarchyMap()

Returns the hierarchy map data of the tree.

Implementation

@protected
Map<T, List<OptionGroup<T>>> getHierarchyMap() =>
    throw UnimplementedError('getHierarchyMap() must be overriden.');