hasDocs property
bool
get
hasDocs
Whether the collection has any documents.
Implementation
bool get hasDocs => docsPerIdInformer.value.isNotEmpty;
Whether the collection has any documents.
bool get hasDocs => docsPerIdInformer.value.isNotEmpty;