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