InformationSize.fromYobibytes constructor

InformationSize.fromYobibytes(
  1. Rational yobibytes
)

Creates an InformationSize representing the specified number of yobibytes.

Implementation

factory InformationSize.fromYobibytes(Rational yobibytes) =>
    InformationSize.fromUnits(InformationUnit.yobibyte, yobibytes);