toYobi method

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

Convert this to the unit Yobibytes (YiB).

Implementation

double toYobi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.yobi,
      from,
    );