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