heapUsage property Null safety
read / write
The current heap memory usage in bytes. Heap usage is always less than or equal to the heap capacity.
Implementation
int? heapUsage;
The current heap memory usage in bytes. Heap usage is always less than or equal to the heap capacity.
int? heapUsage;