int16Array top-level property

Int16ArrayConstructor get int16Array

A typed array of 16-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.Int16ArrayConstructor get int16Array => _i6.getProperty(
      _self,
      'Int16Array',
    );