ByteSize addBits(int value)

Returns the sum of size in Bits and current ByteSize instance.

Source

ByteSize addBits(int value) => this + FromBits(value);