StockQuery constructor
StockQuery({
- int? page,
- int? amount,
- String? storeId,
- String? productId,
- StockType? type,
- StockStatus? stockType,
- StockOrderStatus? stockStatus,
Implementation
StockQuery({
super.page,
super.amount,
this.storeId,
this.productId,
this.type,
this.stockType,
this.stockStatus,
});