menu
ignis
ignis.dart
Node
addAll method
addAll
dark_mode
light_mode
addAll
method
void
addAll
(
Iterable
<
Node
>
nodes
)
Adds all
nodes
to this node.
Implementation
void addAll(Iterable<Node> nodes) => nodes.forEach(add);
ignis
ignis
Node
addAll method
Node class