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