keys property

  1. @override
List<K> keys
override

Returns the available keys. This violates the enclosing principle. Take the return values with caution

Implementation

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