forEach method
dynamic
forEach(
- dynamic toElement(
- T e
Implementation
forEach(Function(T e) toElement) {
value.forEach(toElement);
}
forEach(Function(T e) toElement) {
value.forEach(toElement);
}