byteLength property

num get byteLength

Read-only. The length of the ArrayBuffer (in bytes).

Implementation

_i2.num get byteLength => _i3.getProperty(
      this,
      'byteLength',
    );