toQuebi method

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

Convert this to the unit Quebibytes (QiB).

Implementation

double toQuebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.quebi,
      from,
    );