memory property

int memory

Get the virtual memory used by the processes. May return zero if we are unable to determine the memory used.

Implementation

int get memory => _memory;