toMap method
Creates a Map<K,V>
(with the original key values).
See toMapOfCanonicalKeys.
Implementation
Map<K, V> toMap() => Map<K, V>.fromEntries(_base.values);
Creates a Map<K,V>
(with the original key values).
See toMapOfCanonicalKeys.
Map<K, V> toMap() => Map<K, V>.fromEntries(_base.values);