BasketOperationModel constructor
BasketOperationModel({
- required BasketOperationSteps step,
- required String productId,
- num? price,
- num? quantity,
- CurrencyTypes? currency,
- String? sessionId,
- String? userId,
- String? device,
- String? os,
- String? lang,
Implementation
BasketOperationModel({
required this.step,
required this.productId,
this.price,
this.quantity,
this.currency,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});