MapKeySet<E> constructor Null safety

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

Implementation

MapKeySet(this._baseMap);