of<N extends NodeInterface> static method
Implementation
static N of<N extends NodeInterface>(BuildContext context) {
return context.findNode<N>();
}
static N of<N extends NodeInterface>(BuildContext context) {
return context.findNode<N>();
}