Flutter
widgets
ObjectKey
ObjectKey const constructor
ObjectKey
ObjectKey class
Constructors
ObjectKey
Properties
hashCode
value
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
ObjectKey constructor
const
ObjectKey
(
Object
value
)
Creates a key that uses
identical
on
value
for its
operator==
.
Implementation
const ObjectKey(this.value);