gigabytes method

InformationSize gigabytes()

Gets an InformationSize representing this number of gigabytes.

Implementation

InformationSize gigabytes() => Rational.fromInt(this).gigabytes();