TrackierEvent class

Constructors

TrackierEvent(String eventId)

Properties

couponCode String
getter/setter pair
currency String
getter/setter pair
discount double
getter/setter pair
eventId String
getter/setter pair
evMap Map<String, Object>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderId String
getter/setter pair
param1 String
getter/setter pair
param2 String
getter/setter pair
param3 String
getter/setter pair
param4 String
getter/setter pair
param5 String
getter/setter pair
param6 String
getter/setter pair
param7 String
getter/setter pair
param8 String
getter/setter pair
param9 String
getter/setter pair
param10 String
getter/setter pair
revenue double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, Object?>
no setter

Methods

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

Operators

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

Constants

ACHIEVEMENT_UNLOCKED → const String
ADD_TO_CART → const String
ADD_TO_WISHLIST → const String
COMPLETE_REGISTRATION → const String
CONTENT_VIEW → const String
INVITE → const String
LEVEL_ACHIEVED → const String
LOGIN → const String
PURCHASE → const String
SHARE → const String
START_TRIAL → const String
SUBSCRIBE → const String
TRAVEL_BOOKING → const String
TUTORIAL_COMPLETION → const String
UPDATE → const String