addGigaBytes method

ByteSize addGigaBytes(
  1. num value
)

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

Implementation

ByteSize addGigaBytes(num value) =>
    this + FromGigaBytes(value);