toGibi method
Convert this to the unit Gibibytes (GiB).
Implementation
double toGibi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.gibi,
      from,
    );Convert this to the unit Gibibytes (GiB).
double toGibi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.gibi,
      from,
    );