kilobytes method

InformationSize kilobytes()

Gets an InformationSize representing this number of kilobytes.

Implementation

InformationSize kilobytes() => InformationSize.fromKilobytes(this);