Dart API Reference
dart:collection
LinkedList
forEach
forEach
method
Call action with each entry in this linked list.
void
forEach
(
void
action
(
E
entry
)
)
Call action with each entry in this linked list.
It's an error if action modify the linked list.