containsKey abstract method

Future<bool> containsKey(
  1. String key
)

Determine it has unique record of the key.

It returns false if no key assigned or found with duplicated entries.

Implementation

Future<bool> containsKey(String key);