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