in constructs/constructs.go [675:686]
func (n *jsiiProxy_Node) TryFindChild(id *string) IConstruct { var returns IConstruct _jsii_.Invoke( n, "tryFindChild", []interface{}{id}, &returns, ) return returns }