Sizes class abstract
- Implementers
Constructors
- Sizes()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBytes(
int data) → String -
getExaBytes(
int data, {PrecisionValue? value}) → String -
getGigaBytes(
int data, {PrecisionValue? value}) → String -
getKiloBytes(
int data, {PrecisionValue? value}) → String -
getMegaBytes(
int data, {PrecisionValue? value}) → String -
getPetaBytes(
int data, {PrecisionValue? value}) → String -
getTeraBytes(
int data, {PrecisionValue? value}) → String -
getYottaBytes(
int data, {PrecisionValue? value}) → String -
getZettaBytes(
int data, {PrecisionValue? value}) → String -
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