BigIntEquality class
- Inheritance
-
- Object
- Equality<
BigInt> - NaturalEquality<
BigInt> - BigIntEquality
Constructors
- BigIntEquality()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hash(
BigInt a) → int -
Return the hash code of
a
.inherited -
isClose(
BigInt a, BigInt b, double epsilon) → bool -
Returns
true
, ifa
andb
are within range ofepsilon
.override -
isEqual(
BigInt a, BigInt b) → bool -
Returns
true
, ifa
andb
are the same.inherited -
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