keys property

  1. @override
List<K> keys
override

Implementation

@override
List<K> get keys => _internalMap.keys.toList();