MemInfo class Null safety
Class memory information
Constructors
- MemInfo()
-
Empty constructor, this loads all the information from
/proc/meminfo
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- mem_free ↔ int
-
Free RAM amount in Kb
read / write
- mem_free_gb ↔ int
-
Free RAM amount in Gb
read / write
- mem_free_mb ↔ int
-
Free RAM amount in Mb
read / write
- mem_total ↔ int
-
Total RAM amount in Kb
read / write
- mem_total_gb ↔ int
-
Total RAM amount in Gb
read / write
- mem_total_mb ↔ int
-
Total RAM amount in Mb
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- swap_free ↔ int
-
Free Swap amount in Kb
read / write
- swap_free_gb ↔ int
-
Free Swap amount in Gb
read / write
- swap_free_mb ↔ int
-
Free Swap amount in Mb
read / write
- swap_total ↔ int
-
Total Swap amount in Kb
read / write
- swap_total_gb ↔ int
-
Total Swap amount in Gb
read / write
- swap_total_mb ↔ int
-
Total Swap amount in Mb
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited