toGibi method

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

Convert this to the unit Gibibytes (GiB).

Implementation

double toGibi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.gibi,
      from,
    );