InformationSize.fromPebibytes constructor

InformationSize.fromPebibytes(
  1. Rational pebibytes
)

Creates an InformationSize representing the specified number of pebibytes.

Implementation

factory InformationSize.fromPebibytes(Rational pebibytes) =>
    InformationSize.fromUnits(InformationUnit.pebibyte, pebibytes);