Dart SDK
dart:collection
HashMap
HashMap.from
constructor
HashMap.from
HashMap
Constructors
HashMap
identity
from
fromIterable
fromIterables
Operators
operator []=
operator []
Methods
containsValue
remove
clear
containsKey
addAll
forEach
putIfAbsent
HashMap.from
(
Map
other
)
Creates a
HashMap
that contains all key/value pairs of other.