BaseEvent class abstract
Properties
- capturedAt → String
-
final
-
customEventProperties
↔ Map<
String, dynamic> ? -
getter/setter pair
-
eventProperties
↔ Map<
String, dynamic> -
getter/setter pair
- eventType → String
-
final
- 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 -
setEventProperties(
Map< String, dynamic> eventProperties) → BaseEvent -
setItemId(
String itemId) → BaseEvent -
setItems(
List< Map< items) → BaseEventString, dynamic> > -
setOrderAmount(
double orderAmount) → BaseEvent -
setOrderId(
String orderId) → BaseEvent -
setPage(
String page) → BaseEvent -
setPaidAmount(
double paidAmount) → BaseEvent -
setPrice(
double price) → BaseEvent -
setRating(
double rating) → BaseEvent -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited