toZebi method

double toZebi([
  1. BinaryPrefix from = BinaryPrefix.none
])

Convert this to the unit Zebibytes (ZiB).

Implementation

double toZebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.zebi,
      from,
    );