menu
parodia package
documentation
core/model/query.model.dart
StockQueryModel
StockQueryModel.new constructor
StockQueryModel.new constructor
dark_mode
light_mode
StockQueryModel
constructor
StockQueryModel
(
{
int
?
page
,
int
?
amount
,
String
?
startDate
,
String
?
endDate
,
String
?
storeId
,
})
Implementation
StockQueryModel({ super.page, super.amount, this.startDate, this.endDate, this.storeId, });
parodia package
documentation
core/model/query.model
StockQueryModel
StockQueryModel.new constructor
StockQueryModel class