getChildrenMap method
获取Map容器 线程同步方法
Implementation
Map<String, DictSegment> getChildrenMap() {
childrenMap ??= {};
return childrenMap!;
}
获取Map容器 线程同步方法
Map<String, DictSegment> getChildrenMap() {
childrenMap ??= {};
return childrenMap!;
}