Map<K, V> class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

Map.$1()
factory
Map.$2()
factory
Map.$3([List<(K, V)>? entries])
factory
Map.$4([Iterable<(K, V)>? iterable])
factory

Properties

clear ↔ void Function()

Available on Map<K, V>, provided by the Map$Typings extension

getter/setter pair
delete bool Function(K)

Available on Map<K, V>, provided by the Map$Typings extension

getter/setter pair
entries IterableIterator<(K, V)> Function()

Available on Map<K, V>, provided by the Map$Typings extension

getter/setter pair
forEach ↔ void Function(void (V, K, Map<K, V>), [dynamic])

Available on Map<K, V>, provided by the Map$Typings extension

getter/setter pair
get ↔ V? Function(K)

Available on Map<K, V>, provided by the Map$Typings extension

getter/setter pair
has bool Function(K)

Available on Map<K, V>, provided by the Map$Typings extension

getter/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 extension

getter/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 extension

getter/setter pair
size num

Available on Map<K, V>, provided by the Map$Typings extension

no setter
values IterableIterator<V> Function()

Available on Map<K, V>, provided by the Map$Typings extension

getter/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