kilobytes top-level property

InformationUnits kilobytes
final

1000 bytes (8000 bits). Use Information.kibibytes (kiB) instead for the binary interpretation of kB (1024 bytes).

Implementation

final InformationUnits kilobytes = Information.bytes.kilo() as InformationUnits;