docsPerIdInformer property

  1. @protected
Informer<Map<String, T>> docsPerIdInformer
final

Local state for documents, indexed by their IDs.

Implementation

@protected
final docsPerIdInformer = Informer<Map<String, T>>({}, forceUpdate: true);