addTeraBytes method

ByteSize addTeraBytes(
  1. num value
)

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

Implementation

ByteSize addTeraBytes(num value) =>
    this + FromTeraBytes(value);