ExhaustiveMap<K, V> class

Constructors

ExhaustiveMap(Iterable<K> keys, V initialValue(K))
ExhaustiveMap.of(Iterable<K> keys, Map<K, V> src)

Properties

entries Iterable<MapEntry<K, V>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<V>
no setterinherited

Methods

addEntries(Iterable<MapEntry<K, V>> newEntries) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](K key) → V
inherited
operator []=(K key, V value) → void
inherited