addBytes method

ByteSize addBytes(
  1. num value
)

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

Implementation

ByteSize addBytes(num value) =>
    this + FromBytes(value);