byte_size
byte_size
ByteSize
copy method
copy
byte_size
byte_size
ByteSize
copy 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
copy
method
ByteSize
copy
(
)
Returns an exact copy of the ByteSize object
Implementation
ByteSize copy() => ByteSize(_Bytes);