Map<K, V> class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
Properties
- clear ↔ void Function()
-
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - delete ↔ bool Function(K)
-
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair -
entries
↔ IterableIterator<
(K, V)> Function() -
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair -
forEach
↔ void Function(void (V, K, Map<
K, V> ), [dynamic]) -
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - get ↔ V? Function(K)
-
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - has ↔ bool Function(K)
-
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
↔ IterableIterator<
K> Function() -
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- set ↔ Map Function(K, V)
-
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair - size → num
-
Available on Map<
K, V> , provided by the Map$Typings extensionno setter -
values
↔ IterableIterator<
V> Function() -
Available on Map<
K, V> , provided by the Map$Typings extensiongetter/setter pair
Methods
-
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