BranchEvent class

Constructors

BranchEvent.customEvent(String _eventName)
BranchEvent.standardEvent(BranchStandardEvent branchStandardEvent)

Properties

adType BranchEventAdType?
getter/setter pair
affiliation String
getter/setter pair
alias String
getter/setter pair
coupon String
getter/setter pair
currency BranchCurrencyType?
getter/setter pair
eventDescription String
getter/setter pair
eventName String
no setter
hashCode int
The hash code for this object.
no setterinherited
isStandardEvent bool
no setter
revenue double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchQuery String
getter/setter pair
shipping double
getter/setter pair
tax double
getter/setter pair
transactionID String
getter/setter pair

Methods

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

Operators

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