heapUsage property Null safety

int? heapUsage
read / write

The current heap memory usage in bytes. Heap usage is always less than or equal to the heap capacity.

Implementation

int? heapUsage;