addAll abstract method

void addAll(
  1. covariant Iterable<INode> iterable
)

Add a collection of Iterable nodes to this node

Implementation

void addAll(covariant Iterable<INode> iterable);