MapKeySet<E> constructor

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

Implementation

MapKeySet(this._baseMap);