findNode<N extends NodeInterface> method

  1. @protected
N findNode<N extends NodeInterface>()

Implementation

@protected
N findNode<N extends NodeInterface>() {
  assert(_initialized, 'No puedes llamar findNode antes de onInit.');
  return _scope.findByType<N>();
}