WebNotification class

Web specific properties of a RemoteNotification.

Constructors

WebNotification({String? analyticsLabel, String? image, String? link})
const
WebNotification.fromMap(Map<String, dynamic> map)
Constructs a WebNotification from a raw Map.
factory

Properties

analyticsLabel String?
Optional message label for custom analytics.
final
hashCode int
The hash code for this object.
no setterinherited
image String?
The image URL for the notification.
final
The url which is typically being navigated to when the notification is clicked.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Returns the WebNotification as a raw Map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited