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