Whether a document with the given ID exists.
bool exists(String id) => docsPerIdInformer.value.containsKey(id);