CaseInsensitiveMap<V> constructor

CaseInsensitiveMap<V>()

Implementation

CaseInsensitiveMap() : super((key) => key.toLowerCase());