DartMap<K extends Object, V> extension

on

Properties

keys JsIterable<V>

Available on JsMap<K, V>, provided by the DartMap extension

no setter
values JsIterable<V>

Available on JsMap<K, V>, provided by the DartMap extension

no setter

Methods

asString() String

Available on JsMap<K, V>, provided by the DartMap extension

clear() → void

Available on JsMap<K, V>, provided by the DartMap extension

containsKey(K key) bool

Available on JsMap<K, V>, provided by the DartMap extension

forEach(void fn(K, V?, JsMap<K, V>)) → void

Available on JsMap<K, V>, provided by the DartMap extension

remove(K key) bool

Available on JsMap<K, V>, provided by the DartMap extension

removeAll(Iterable<K> keys) → void

Available on JsMap<K, V>, provided by the DartMap extension

Operators

operator [](K key) → V?

Available on JsMap<K, V>, provided by the DartMap extension

operator []=(K key, V? value) → void

Available on JsMap<K, V>, provided by the DartMap extension