eanalytics
eanalytics
Product
setRef method
setRef
eanalytics
eanalytics
Product
setRef method
Product class
Constructors
Product
Properties
hashCode
payload
runtimeType
Methods
noSuchMethod
setAmount
setGroup
setName
setParams
setQuantity
setRef
toJson
toString
Operators
operator ==
setRef
method
Null safety
void
setRef
(
String
ref
)
Sets the
ref
property
Implementation
void setRef(String ref) { payload[EAPropertyKey.PRODUCT_REF] = ref; }