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