reverse property
BigUint64Array Function()
get
reverse
Implementation
_i3.BigUint64Array Function() get reverse => () => _i5.callMethod(
_i5.getProperty(
this,
'reverse',
),
r'call',
[this],
);
set
reverse
(BigUint64Array value())
Implementation
set reverse(_i3.BigUint64Array Function() value) {
_i5.setProperty(
this,
'reverse',
_i5.allowInterop(value),
);
}