toZebi method
Convert this to the unit Zebibytes (ZiB
).
Implementation
double toZebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.zebi,
from,
);
Convert this to the unit Zebibytes (ZiB
).
double toZebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.zebi,
from,
);