capacity property

int get capacity

The number of elements this buffer contains.

It is never negative and never changes.

Implementation

int get capacity {
  return _capacityId(this, const jintType(), []);
}