InformationSize.fromYobibits constructor

InformationSize.fromYobibits(
  1. Rational yobibits
)

Creates an InformationSize representing the specified number of yobibits.

Implementation

factory InformationSize.fromYobibits(Rational yobibits) =>
    InformationSize.fromUnits(InformationUnit.yobibit, yobibits);