get

operator fun <T : Any> get(key: Class<T>): T?
operator fun <T> get(prop: TreeProp<T>): T