capacity property

num get capacity

The read only capacity of the buffer's underlying byte slice, that is, the total space allocated for the buffer's data.

Implementation

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