forEach property
void Function(void (V, K, DomIterable), [dynamic])
get
forEach
Implementation
void Function(
void Function(
V,
K,
_i3.DomIterable<_i2.dynamic, _i2.dynamic>,
), [
_i2.dynamic,
]) get forEach => (
void Function(
V,
K,
_i3.DomIterable<_i2.dynamic, _i2.dynamic>,
) p0, [
_i2.dynamic p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'forEach',
),
r'call',
[
this,
_i4.allowInterop(p0),
p1,
],
);
set
forEach
(void value(void (V, K, DomIterable), [dynamic]))
Implementation
set forEach(
void Function(
void Function(
V,
K,
_i3.DomIterable<_i2.dynamic, _i2.dynamic>,
), [
_i2.dynamic,
]) value) {
_i4.setProperty(
this,
'forEach',
_i4.allowInterop(value),
);
}