PB property

Information get PB

Creates an Information instance representing this value in Petabytes (PB, SI: 10¹⁵ bytes).

Implementation

// ignore: non_constant_identifier_names
Information get PB => Information(toDouble(), InformationUnit.petabyte);