forEach method
Implementation
void forEach(void Function(K, V?, JsMap<K, V>) fn) {
jsu.callMethod(this, 'forEach', [allowInterop(fn)]);
}
void forEach(void Function(K, V?, JsMap<K, V>) fn) {
jsu.callMethod(this, 'forEach', [allowInterop(fn)]);
}