int8Array top-level property

Int8ArrayConstructor get int8Array

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

Implementation

_i3.Int8ArrayConstructor get int8Array => _i6.getProperty(
      _self,
      'Int8Array',
    );