hasDocs property

bool get hasDocs

Whether the collection has any documents.

Implementation

bool get hasDocs => docsPerIdNotifier.value.isNotEmpty;