kibibytes property
1 kibibyte is equal to 2^10 bytes (1 024 bytes).
Use bytes.kilo()
to get the metric value (1 000 bytes). Use kibibytes
for
common binary usage (e.g., for data storage units).
Implementation
static final InformationUnits kibibytes = InformationUnits(
'kibibytes', 'KiB', 'KiB', 'kibibyte', 8.0 * 1024.0, false);