notifier property

PageManager<PageKey, Value> get notifier

The underlying state manager for the data source.

This ChangeNotifier holds the current list of items, pagination state, and loading status. It is primarily used internally by paging_view widgets to listen for updates and rebuild the UI.

Implementation

PageManager<PageKey, Value> get notifier => _manager;