MapKeySet<E> constructor

*<Null safety>*

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

Implementation

MapKeySet(this._baseMap);