heapCapacity property Null safety

int? heapCapacity
read / write

The total capacity of the heap in bytes. This is the amount of memory used by the Dart heap from the perspective of the operating system.

Implementation

int? heapCapacity;