InformationSize.fromYottabytes constructor

InformationSize.fromYottabytes(
  1. Rational yottabytes
)

Creates an InformationSize representing the specified number of yottabytes.

Implementation

factory InformationSize.fromYottabytes(Rational yottabytes) =>
    InformationSize.fromUnits(InformationUnit.yottabyte, yottabytes);