ConstantEquality<T extends ConstantEquality<T>> class abstract mixin

Implementers

Constructors

ConstantEquality()

Properties

hashCode → int
The hash code for this object.
no setteroverride
publicFields → List<Object?>
Public, non-secret fields that can be compared normally.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secretFields → List<List<int>>
Secret fields that MUST be compared in constant time.
no setter

Methods

constantEquality(T other) → bool
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.
override