bigUint64Array top-level property
BigUint64ArrayConstructor
get
bigUint64Array
A typed array of 64-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated, an exception is raised.
Implementation
_i3.BigUint64ArrayConstructor get bigUint64Array => _i5.getProperty(
_self,
'BigUint64Array',
);