MapList<K, V> class

Constructors

MapList()

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
keys List<K>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(K key, V value) → void
clear() → void
delete(K key) → void
get(K key) List<V>
has(K key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(K key, V value) → void
set(K key, List<V> value) → void
toString() String
A string representation of this object.
inherited

Operators

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