docsNotifier property
Local state for documents, indexed by their IDs.
Implementation
@protected
late final docsNotifier = TNotifier<TModelDocs<DTO, MODEL>>(
initialDocs(),
forceUpdate: true,
);
Local state for documents, indexed by their IDs.
@protected
late final docsNotifier = TNotifier<TModelDocs<DTO, MODEL>>(
initialDocs(),
forceUpdate: true,
);