toKibi method
Convert this to the unit Kibibytes (KiB
).
Implementation
double toKibi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.kibi,
from,
);
Convert this to the unit Kibibytes (KiB
).
double toKibi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.kibi,
from,
);