capacity property
The amount of memory reserved for this heap in bytes.
At least as large as shallowSize.
Implementation
int get capacity => _capacity;
The amount of memory reserved for this heap in bytes.
At least as large as shallowSize.
int get capacity => _capacity;