byte_size
byte_size
ByteSize
GetMinValue
GetMinValue
byte_size
byte_size
ByteSize
GetMinValue
method
GetMinValue
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
GetMinValue
(
)
Returns the minimum possible ByteSize objects.
Source
static ByteSize GetMinValue() => FromBits(0);