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