findByType List<TestNode> findByType( String type ) Find nodes by component type. Implementation List<TestNode> findByType(String type) => _root.findByType(type);