eanalytics
eanalytics
Product
setQuantity method
setQuantity
eanalytics
eanalytics
Product
setQuantity method
Product class
Constructors
Product
Properties
hashCode
payload
runtimeType
Methods
noSuchMethod
setAmount
setGroup
setName
setParams
setQuantity
setRef
toJson
toString
Operators
operator ==
setQuantity
method
Null safety
void
setQuantity
(
int
quantity
)
Implementation
void setQuantity(int quantity) { payload[EAPropertyKey.PRODUCT_QUANTITY] = quantity; }