controller method

TreeValueController<Object, dynamic>? controller(
  1. TypeID id
)

如果節點存在返回控制器

Implementation

TreeValueController? controller(TypeID id) => _keys[id];