docs property

ValueListenable<TModelDocs<DTO, MODEL>> get docs

A listenable that provides the current documents indexed by their IDs.

Implementation

ValueListenable<TModelDocs<DTO, MODEL>> get docs => docsNotifier;