toExbi method

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

Convert this to the unit Exbibytes (EiB).

Implementation

double toExbi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.exbi,
      from,
    );