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