containsKey abstract method

Future<bool> containsKey(
  1. String key
)

Checks if a key exists.

key The key to check.

Returns true if the key exists, false otherwise.

Implementation

Future<bool> containsKey(String key);