menu
parodia package
documentation
core/model/query.model.dart
CartQueryModel
CartQueryModel.new constructor
CartQueryModel.new constructor
dark_mode
light_mode
CartQueryModel
constructor
CartQueryModel
(
{
int
?
page
,
int
?
amount
,
String
?
shipmentMethodPriceId
,
bool
?
cashOnDelivery
,
})
Implementation
CartQueryModel({ super.page, super.amount, this.shipmentMethodPriceId, this.cashOnDelivery, });
parodia package
documentation
core/model/query.model
CartQueryModel
CartQueryModel.new constructor
CartQueryModel class