findByType

List<TestNode> findByType(

  1. String type
)

Find nodes by component type.

Implementation

List<TestNode> findByType(String type) => _root.findByType(type);