PushNotificationReceived class final

Push notification received state

Inheritance

Constructors

PushNotificationReceived({required String title, required String body, required PushNotificationPayload payload, String? linkMobile})
Push notification received state

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
opened() DidUserOpenedNotificationEvent
Push notification opened state
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