memory property
int
get
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;
Get the virtual memory used by the processes. May return zero if we are unable to determine the memory used.
int get memory => _memory;