FSItem class

Inheritance

Constructors

FSItem({required String transactionId, required String name, required String code})

Properties

bodyTrack Map<String, Object>
no setteroverride
category String?
Specifies the item category
getter/setter pair
clientId String
getter/setter pairinherited
code String
Specifies the item code or SKU
getter/setter pair
communBodyTrack Map<String, Object>
no setterinherited
dataSource String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Product name
getter/setter pair
price double?
Specifies the item price
getter/setter pair
quantity int?
Specifies the item quantity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenColorDepth String?
Screen Color Depth
getter/setter pairinherited
screenResolution String?
Screen Resolution
getter/setter pairinherited
sessionNumber int?
Session Number
getter/setter pairinherited
transactionId String
Transaction unique identifier
getter/setter pair
type Type
getter/setter pairinherited
typeOfEvent String
no setterinherited
userIp String?
User Ip
getter/setter pairinherited
userLanguage String?
User Language
getter/setter pairinherited
visitorId String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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