byte_size
byte_size
ByteSize
operator + method
operator +
byte_size
byte_size
ByteSize
operator + method
ByteSize class
Constructors
ByteSize
Properties
Bits
Bytes
GigaBytes
KiloBytes
MegaBytes
PetaBytes
TeraBytes
hashCode
runtimeType
Methods
add
addBits
addBytes
addGigaBytes
addKiloBytes
addMegaBytes
addPetaBytes
addTeraBytes
compareTo
copy
fromJson
subtract
toJson
toString
noSuchMethod
Operators
operator +
operator -
operator <
operator <=
operator ==
operator >
operator >=
Static methods
FromBits
FromBytes
FromGigaBytes
FromKiloBytes
FromMegaBytes
FromPetaBytes
FromTeraBytes
GetMaxValue
GetMinValue
Parse
TryParse
operator +
method
ByteSize
operator +
(
ByteSize
bs
)
Returns the sum of two ByteSize objects.
Implementation
ByteSize operator +(ByteSize bs) => add(bs);