CreateCartRequest constructor
const
CreateCartRequest({})
Implementation
const CreateCartRequest({
required this.name,
required this.deviceId,
required this.merchantId,
required this.outletId,
required this.userId,
required this.trolleyNo,
required this.appMode,
required this.employeeId,
required this.memberNumber,
});