forEach property
void Function(void (int, num, BigUint64Array), [dynamic])
get
forEach
Implementation
void Function(
void Function(
_i2.int,
_i2.num,
_i3.BigUint64Array,
), [
_i2.dynamic,
]) get forEach => (
void Function(
_i2.int,
_i2.num,
_i3.BigUint64Array,
) p0, [
_i2.dynamic p1,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'forEach',
),
r'call',
[
this,
_i5.allowInterop(p0),
p1,
],
);
set
forEach
(void value(void (int, num, BigUint64Array), [dynamic]))
Implementation
set forEach(
void Function(
void Function(
_i2.int,
_i2.num,
_i3.BigUint64Array,
), [
_i2.dynamic,
]) value) {
_i5.setProperty(
this,
'forEach',
_i5.allowInterop(value),
);
}