MapKeySet<E> constructor

MapKeySet<E>(Map<E, dynamic> base)

Implementation

MapKeySet(Map<E, dynamic> base) : _baseMap = base;