KeyValuePair class final

Universal key-value data.

Available extensions

Constructors

KeyValuePair({required String key, required String value})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
key String
Data key. For example, "currency".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Data value. For example, "USD".
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant KeyValuePair other) bool
The equality operator.
override