keys property

List<K> get keys

Implementation

List<K> get keys => _map.keys.toList();