capacity property

int capacity

The amount of memory reserved for this heap in bytes.

At least as large as shallowSize.

Implementation

int get capacity => _capacity;