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