Returns true if the box contains the given key.
true
key
@override Future<bool> containsKey(K key) => _internalBox.containsKey(key);