getChildrenMap method

Map<String, DictSegment> getChildrenMap()

获取Map容器 线程同步方法

Implementation

Map<String, DictSegment> getChildrenMap() {
  childrenMap ??= {};
  return childrenMap!;
}