BlocxCollectionStateLoading<T extends BlocxBaseEntity> constructor
const
BlocxCollectionStateLoading<T extends BlocxBaseEntity> ({
- List<
T> list = const [], - bool hasReachedEnd = false,
- bool isLoadingNextPage = false,
- bool isRefreshing = false,
- bool isSearching = false,
- Set<
String> selectedItemIds = const {}, - Set<
String> beingSelectedItemIds = const {}, - Set<
String> highlightedItemIds = const {}, - Set<
String> beingRemovedItemIds = const {},
Implementation
const BlocxCollectionStateLoading({
super.list = const [],
super.hasReachedEnd = false,
super.isLoadingNextPage = false,
super.isRefreshing = false,
super.isSearching = false,
super.selectedItemIds = const {},
super.beingSelectedItemIds = const {},
super.highlightedItemIds = const {},
super.beingRemovedItemIds = const {},
}) : super(shouldRebuild: true, shouldListen: false);