Hash<V> class

Inheritance

Constructors

Hash.assign({required Link link, Map<Link, V>? value})
factory
Hash.construct([Map<Link, V>? hash])
Hash.of(Link link)

Properties

data Map<Link, V>?
getter/setter pairinherited
entries List<MapEntry<Link, V>>
no setter
fallback Map<Link, V>?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containsKey(Link key) bool
containsValue(V value) bool
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 ==(Object other) bool
The equality operator.
inherited
operator [](Link key) → V?
operator []=(Link key, V value) → void