JSMap<K, V> class
- Available extensions
- Annotations
-
- @JS('Map')
Constructors
- JSMap.new()
-
factory
Properties
Methods
-
entries(
) → JSIterator< List> - Returns an JSIterator of all the key value pairs in the Map
-
keys(
) → JSIterator< K> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDartMap(
) → Map< K, V> -
toString(
) → String -
A string representation of this object.
inherited
-
values(
) → JSIterator< V>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited