A key that takes its identity from the object used as its value.
Used to tie the identity of a widget to the identity of an object used to generate that widget.
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
Methods
-
toString(
) → String -
Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited