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<K, V>, provided by the KeyValuePair$Typings extension

Gets a key for a value in a Map. @return {K} the key uniquely identifying a #value in a Map.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ V

Available on KeyValuePair<K, V>, provided by the KeyValuePair$Typings extension

Gets a value in a Map. @return {V} a value in a Map corresponding to a #key.
getter/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<K, V>, provided by the KeyValuePair$Typings extension

@return {string}

Operators

operator ==(Object other) bool
The equality operator.
inherited