toMap method

Map<K, V> toMap()

Snapshot of MapEntries

Implementation

Map<K, V> toMap() => Map.fromIterables(keys, values);