JsMap<K extends Object, V> class
- Implementers
- Available extensions
- Annotations
-
- @JS('Map')
- @staticInterop
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
→ JsIterable<
V> -
Available on JsMap<
K, V> , provided by the DartMap extensionno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ JsIterable<
V> -
Available on JsMap<
K, V> , provided by the DartMap extensionno setter
Methods
-
asString(
) → String -
clear(
) → void -
containsKey(
K key) → bool -
forEach(
void fn(K, V?, JsMap< K, V> )) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
K key) → bool -
removeAll(
Iterable< K> keys) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
K key) → V? -
operator []=(
K key, V? value) → void