PushPayload class

Push object.

Properties

alert String?
The notification alert.
final
extras Map<String, dynamic>
The notification extras.
final
hashCode int
The hash code for this object.
no setterinherited
notificationId String?
The notification ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
The notification subtitle.
final
title String?
The notification title.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromJson(dynamic json) PushPayload