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