DecryptedSubject class

Annotations
  • @JsonSerializable()

Constructors

DecryptedSubject({int? nid, String? app, String? subject, String? type, String? id, bool? delete, bool? deleteAll})
DecryptedSubject.fromJson(Map<String, dynamic> json)
factory

Properties

app String?
App that sent the notification
final
delete bool?
Delete the notification
final
deleteAll bool?
Delete all notifications
final
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the notification
final
nid int?
ID if the notification
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Subject of the notification
final
type String?
Type of the notification
final

Methods

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

Operators

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