CrcValue class

Represents a CRC value. Objects of this class should only be tested for equality against int or BigInt, printed with toString or toRadixString, or up-valued toBigInt.

Constructors

CrcValue(dynamic value)

Properties

hashCode int
The hash code for this object.
no setteroverride
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
toBigInt() BigInt
toRadixString(int radix) String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override