InformationSize.fromYottabits constructor

InformationSize.fromYottabits(
  1. Rational yottabits
)

Creates an InformationSize representing the specified number of yottabits.

Implementation

factory InformationSize.fromYottabits(Rational yottabits) =>
    InformationSize.fromUnits(InformationUnit.yottabit, yottabits);