docsPerIdNotifier property

  1. @protected
TNotifier<Map<String, T>> docsPerIdNotifier
final

Local state for documents, indexed by their IDs.

Implementation

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