We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703810c commit c3037e1Copy full SHA for c3037e1
lib/api/state/actions/item_actions.dart
@@ -90,11 +90,11 @@ class InitItemAction extends ReduxAction<AppState> {
90
}
91
92
93
-/// Internal action to manage the loading state for attribute pagination.
+/// Internal action to manage the loading state for item pagination.
94
///
95
/// This private action controls the `isLoadingMoreItems` flag in the state,
96
/// preventing multiple simultaneous load-more requests. It's used internally
97
-/// by InitAttributeAction during pagination operations.
+/// by InitItemAction during pagination operations.
98
class _SetLoadMoreItemModels extends ReduxAction<AppState> {
99
final bool value;
100
_SetLoadMoreItemModels(this.value);
0 commit comments