Event enum Null safety
Constructors
- Event()
-
const
Values
- ADD_TO_CART → const Event
- ADD_TO_WISHLIST → const Event
- VIEW_CART → const Event
- INITIATE_PURCHASE → const Event
- ADD_PAYMENT_INFO → const Event
- PURCHASE → const Event
- SPEND_CREDITS → const Event
- SEARCH → const Event
- VIEW_ITEM → const Event
- VIEW_ITEMS → const Event
- RATE → const Event
- SHARE → const Event
- COMPLETE_REGISTRATION → const Event
- COMPLETE_TUTORIAL → const Event
- ACHIEVE_LEVEL → const Event
- UNLOCK_ACHIEVEMENT → const Event
- INVITE → const Event
- LOGIN → const Event
- RESERVE → const Event
- SUBSCRIBE → const Event
- START_TRIAL → const Event
- CLICK_AD → const Event
- VIEW_AD → const Event
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Event> -
A constant List of the values in this enum, in order of their declaration.
[ADD_TO_CART, ADD_TO_WISHLIST, VIEW_CART, INITIATE_PURCHASE, ADD_PAYMENT_INFO, PURCHASE, SPEND_CREDITS, SEARCH, VIEW_ITEM, VIEW_ITEMS, RATE, SHARE, COMPLETE_REGISTRATION, COMPLETE_TUTORIAL, ACHIEVE_LE…