heapCapacity property
getter/setter pair
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;
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.
int? heapCapacity;