keys property

List<K> get keys

Implementation

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