KeyValuePair<K, V> class
(undocumented)
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- KeyValuePair(K k, V v)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ K
-
Available on KeyValuePair<
Gets a key for a value in a Map. @return {K} the key uniquely identifying a #value in a Map.K, V> , provided by the KeyValuePair$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ V
-
Available on KeyValuePair<
Gets a value in a Map. @return {V} a value in a Map corresponding to a #key.K, V> , provided by the KeyValuePair$Typings extensiongetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toString$(
) → String -
Available on KeyValuePair<
@return {string}K, V> , provided by the KeyValuePair$Typings extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited