CartEventBody class

Inheritance

Constructors

CartEventBody({required CartEventName eventName, required String cartId, required String skuId, required String skuName, required double price, required int quantity, required Status status, double? promotionPrice, String? promotionId, String? coupon, String? sdkVersion, String? sdkId, String? attr1, String? attr2, String? attr3, String? attr4, String? attr5})

Properties

attr1 String?
finalinherited
attr2 String?
finalinherited
attr3 String?
finalinherited
attr4 String?
finalinherited
attr5 String?
finalinherited
cartId String
final
coupon String?
final
eventName CartEventName
final
hashCode int
The hash code for this object.
no setterinherited
price double
final
promotionId String?
final
promotionPrice double?
final
quantity int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkId String?
finalinherited
sdkVersion String?
finalinherited
skuId String
final
skuName String
final
status Status
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited