Returns the sum of size in MegaBytes and current ByteSize instance.
Source
ByteSize addMegaBytes(num value) => this + FromMegaBytes(value);
Returns the sum of size in MegaBytes and current ByteSize instance.
ByteSize addMegaBytes(num value) => this + FromMegaBytes(value);