- override
Applies the function f
to each element of this collection in iteration
order.
Source
@override void forEach(void f(T element)) { _children.forEach(f); }
Applies the function f
to each element of this collection in iteration
order.
@override void forEach(void f(T element)) { _children.forEach(f); }