CaseInsensitiveMap<V>.fromEntries constructor
Creates a case-insensitive map that is initialized with the key/value
pairs of entries
.
Implementation
CaseInsensitiveMap.fromEntries(Iterable<MapEntry<String, V>> entries)
: super.fromEntries(entries, _canonicalizer);