InformationSize.fromZebibytes constructor

InformationSize.fromZebibytes(
  1. Rational zebibytes
)

Creates an InformationSize representing the specified number of zebibytes.

Implementation

factory InformationSize.fromZebibytes(Rational zebibytes) =>
    InformationSize.fromUnits(InformationUnit.zebibyte, zebibytes);