containsKey method

  1. @override
Future<bool> containsKey(
  1. K key
)
inherited

Returns true if the box contains the given key.

Implementation

@override
Future<bool> containsKey(K key) => _internalBox.containsKey(key);