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