ParsedNormal class

Normal-sized parsed result backed by a ByteConverter.

Inheritance

Constructors

ParsedNormal(ByteConverter value)
Creates a ParsedNormal carrying a ByteConverter 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 ByteConverter
The parsed value using double-based precision.
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