NodeList typedef

NodeList = Iterable<Node<Object?>>

Implementation

typedef NodeList = Iterable<Node>;