PushNotificationOpened class final
Push notification opened state
- Inheritance
-
- Object
- PushNotificationState
- PushNotificationOpened
Constructors
- PushNotificationOpened({required String title, required String body, required PushNotificationPayload payload, String? linkMobile})
-
Push notification opened state
const
Properties
- body → String
-
Push notification received state
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkMobile → String?
-
Push notification received state
final
- payload → PushNotificationPayload
-
Push notification received state
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Push notification received state
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the PushNotificationOpened state to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited