hasDocs property

bool get hasDocs

Whether the collection has any documents.

Implementation

bool get hasDocs => docsPerIdInformer.value.isNotEmpty;