toMap method

Map<String, V> toMap()
inherited

Creates a Map<K,V> (with the original key values). See toMapOfCanonicalKeys.

Implementation

Map<K, V> toMap() => Map<K, V>.fromEntries(_base.values);