NotificationType enum
Constructors
- NotificationType()
-
const
Values
- request_accept → const NotificationType
- follow_request → const NotificationType
- like → const NotificationType
- approve_listing → const NotificationType
- approve_claim_request → const NotificationType
- reject_claim_request → const NotificationType
- approve_event → const NotificationType
- event_cancel → const NotificationType
- chat → const NotificationType
- ticket_booking → const NotificationType
- None → const NotificationType
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
-
values
→ const List<
NotificationType> - A constant List of the values in this enum, in order of their declaration.