entries property Null safety

Iterable<MapEntry<K, V>> entries

The map entries of this.

Implementation

Iterable<MapEntry<K, V>> get entries;