containsKey method

Future<bool> containsKey(
  1. String key
)

Returns true if the key exists.

Implementation

Future<bool> containsKey(String key) {
  throw UnimplementedError('containsKey() has not been implemented.');
}