ParsedBig class

Parsed result carrying a BigByteConverter for very large magnitudes. Large parsed result backed by a BigByteConverter.

Inheritance

Constructors

ParsedBig.new(BigByteConverter value)
Creates a ParsedBig carrying a BigByteConverter value.
const

Properties

bytes double
Byte count as a double for quick comparisons/thresholding.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isBig bool
True when the parsed value uses BigInt precision.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value BigByteConverter
The parsed value using BigInt precision for very large magnitudes.
final

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