ObjectKey class
A Key backed by the identity of value; equal only when both keys wrap
the identical (identical) object.
Use this when value equality is too coarse — two distinct objects that
compare equal by == must still be reconciled as separate children
(Flutter's classic example: keying list rows by the model object itself so
equal-looking entries stay distinct).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override