ParsedByteSize class abstract
Abstract view over an auto-parsed byte size, which may be backed by a regular-precision or BigInt-precision implementation depending on size.
- Implementers
Constructors
- ParsedByteSize()
-
Default const constructor for subclasses.
const
Properties
- bytes → double
-
Byte count as a double for quick comparisons/thresholding.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBig → bool
-
True when the parsed value uses BigInt precision.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited