Map$Typings<K, V> extension

on

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
keys IterableIterator<K> Function()

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

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