toQuebi method
Convert this to the unit Quebibytes (QiB
).
Implementation
double toQuebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.quebi,
from,
);
Convert this to the unit Quebibytes (QiB
).
double toQuebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.quebi,
from,
);