AddCustomEvent class

Inheritance

Constructors

AddCustomEvent({required String eventType, Map<String, dynamic>? eventProperties, Map<String, dynamic>? customEventProperties})

Properties

capturedAt String
finalinherited
customEventProperties Map<String, dynamic>?
getter/setter pairinherited
eventProperties Map<String, dynamic>
getter/setter pairinherited
eventType String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
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
setCustomEventProperties(Map<String, dynamic> customEventProperties) BaseEvent
inherited
setEventProperties(Map<String, dynamic> eventProperties) BaseEvent
inherited
setItemId(String itemId) BaseEvent
inherited
setItems(List<Map<String, dynamic>> items) BaseEvent
inherited
setOrderAmount(double orderAmount) BaseEvent
inherited
setOrderId(String orderId) BaseEvent
inherited
setPage(String page) BaseEvent
inherited
setPaidAmount(double paidAmount) BaseEvent
inherited
setPrice(double price) BaseEvent
inherited
setRating(double rating) BaseEvent
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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