Dart API Reference
dart:collection
LinkedHashMap
LinkedHashMap.from
LinkedHashMap.from
constructor
Creates a
LinkedHashMap
that contains all key value pairs of other.
LinkedHashMap.from
(
Map
other
)
Creates a
LinkedHashMap
that contains all key value pairs of other.