DecryptedSubject class abstract

Decrypted version of the encrypted push notification received from the server.

Constructors

DecryptedSubject([void updates(DecryptedSubjectBuilder)?])
Decrypted version of the encrypted push notification received from the server.
factory
DecryptedSubject.fromEncrypted(RSAPrivateKey privateKey, String subject)
Decrypts the subject of a push notification.
factory
DecryptedSubject.fromJson(Map<String, dynamic> json)
factory

Properties

app → String?
App that sent the notification.
no setter
delete → bool?
Delete the notification.
no setter
deleteAll → bool?
Delete all notifications.
no setter
deleteMultiple → bool?
Delete multiple notifications.
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → String?
ID of the notification.
no setter
nid → int?
ID of the notification.
no setter
nids → BuiltList<int>?
IDs of multiple notifications.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subject → String?
Subject of the notification.
no setter
type → String?
Type of the notification.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DecryptedSubjectBuilder)) → DecryptedSubject
Rebuilds the instance.
inherited
toBuilder() → DecryptedSubjectBuilder
Converts the instance to a builder B.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<DecryptedSubject>
no setter