Returns the sum of size in KiloBytes and current ByteSize instance.
ByteSize addKiloBytes(num value) => this + FromKiloBytes(value);