InformationSize.fromZettabytes constructor

InformationSize.fromZettabytes(
  1. Rational zettabytes
)

Creates an InformationSize representing the specified number of zettabytes.

Implementation

factory InformationSize.fromZettabytes(Rational zettabytes) =>
    InformationSize.fromUnits(InformationUnit.zettabyte, zettabytes);