Event class
Constructors
- Event({required String name})
-
const
-
Event.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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
- AUTHENTICATION_FAILURE → const String
- When you need to know when the Authentication failed.
- BACK_BUTTON_PRESSED → const String
- When you need to know when the user clicks on the back menu button on our platform.
- ERROR_BACK_BUTTON_PRESSED → const String
- When you need to know when the user clicks on the back menu button on our error page.
- GIFT_CARD_COPY → const String
- When you need to know when the user copy the Gift code to the clipboard area.
- GO_BACK → const String
- GO_TO_AUTO_PAYMENT → const String
- GO_TO_PAYMENT → const String
- HOME_BANNER_ACTION → const String
- When you need to know when the user clicks on the home banner.
- MISSION_ACTION → const String
- When you need to know when the user clicks on a mission card.
- REFERRAL_COPY → const String
- When you need to know when the user copy the referral code to the clipboard area.
- RETRY_LOGIN → const String
- SIGN_IN_FAILED → const String
- TRIVIA_CLOSED → const String
- When you need to know when the user closed the Trivia game on our platform.
- TRIVIA_FINISHED → const String
- TRIVIA_GAME_FINISHED → const String
- When you need to know when the user finishes a Trivia game on our platform.
- WEBVIEW_LOADED → const String