findNode<N extends NodeInterface> method
Implementation
N findNode<N extends NodeInterface>({Key? key}) =>
InheritedTrinityScope.of(this).find<N>(this, key: key);
N findNode<N extends NodeInterface>({Key? key}) =>
InheritedTrinityScope.of(this).find<N>(this, key: key);