entries property

Iterable<MapEntry<String, T>> get entries

Implementation

Iterable<MapEntry<String, T>> get entries => _map.entries;