InformationSize.fromExabytes constructor

InformationSize.fromExabytes(
  1. Rational exabytes
)

Creates an InformationSize representing the specified number of exabytes.

Implementation

factory InformationSize.fromExabytes(Rational exabytes) =>
    InformationSize.fromUnits(InformationUnit.exabyte, exabytes);