ClickstreamItem class

Constructors

ClickstreamItem({String? id, String? name, String? locationId, String? brand, String? currency, num? price, int? quantity, String? creativeName, String? creativeSlot, String? category, String? category2, String? category3, String? category4, String? category5, Map<String, Object?>? attributes})

Properties

attributes Map<String, Object?>?
final
brand String?
final
category String?
final
category2 String?
final
category3 String?
final
category4 String?
final
category5 String?
final
creativeName String?
final
creativeSlot String?
final
currency String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
locationId String?
final
name String?
final
price num?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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