PromotionsState constructor
- @Default(PromotionsStatus.initial) PromotionsStatus status,
- @Default('') String query,
- @Default(<ProductEntity>[]) List<
ProductEntity> products, - SortingType? selectedSorting,
- @Default(false) bool hasReachedMax,
- String? errorMessage,
Implementation
factory PromotionsState({
@Default(PromotionsStatus.initial) PromotionsStatus status,
@Default('') String query,
@Default(<ProductEntity>[]) List<ProductEntity> products,
SortingType? selectedSorting,
@Default(false) bool hasReachedMax,
String? errorMessage,
}) = _PromotionsState;