MemUnit class
- Implemented types
Constructors
- MemUnit(int bytes)
-
const
- MemUnit.fromGB(double gb)
-
factory
- MemUnit.fromKB(double kb)
-
factory
- MemUnit.fromMB(double mb)
-
factory
Properties
Methods
-
compareTo(
MemUnit other) → int -
Compares this object to another object.
override
-
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 *(
num multiplier) → MemUnit -
operator +(
MemUnit other) → MemUnit -
operator -(
MemUnit other) → MemUnit -
operator /(
num divider) → MemUnit -
operator ==(
Object other) → bool -
The equality operator.
inherited