MemInfo class

Class memory information

Constructors

MemInfo()
Empty constructor, this loads all the information from /proc/meminfo

Properties

hashCode int
The hash code for this object.
no setterinherited
mem_free int
Free RAM amount in Kb
getter/setter pair
mem_free_gb int
Free RAM amount in Gb
getter/setter pair
mem_free_mb int
Free RAM amount in Mb
getter/setter pair
mem_total int
Total RAM amount in Kb
getter/setter pair
mem_total_gb int
Total RAM amount in Gb
getter/setter pair
mem_total_mb int
Total RAM amount in Mb
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swap_free int
Free Swap amount in Kb
getter/setter pair
swap_free_gb int
Free Swap amount in Gb
getter/setter pair
swap_free_mb int
Free Swap amount in Mb
getter/setter pair
swap_total int
Total Swap amount in Kb
getter/setter pair
swap_total_gb int
Total Swap amount in Gb
getter/setter pair
swap_total_mb int
Total Swap amount in Mb
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited