exbibytes property
1 exbibyte is equal to 2^60 bytes (1 152 921 504 606 846 976 bytes).
Use bytes.exa()
to get the metric value (10^18 bytes).
Use exbibytes
for common binary usage (e.g., for data storage units).
Implementation
static final InformationUnits exbibytes = InformationUnits('exbibytes', 'EiB',
'EiB', 'exbibyte', 8.0 * 1.152921504606846976e18, false);