bigInt64Array top-level property

BigInt64ArrayConstructor get bigInt64Array

A typed array of 64-bit signed integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated, an exception is raised.

Implementation

_i3.BigInt64ArrayConstructor get bigInt64Array => _i5.getProperty(
      _self,
      'BigInt64Array',
    );