Class is used for working with the notifications and storing its data. More...
Inherits Finalizable.
Public Attributes | |
int get | id |
notification's unique identifier. | |
String get | title |
notification's title. | |
String get | content |
notification's content. | |
String get | imageUrl |
notification's image url if specified. | |
Class is used for working with the notifications and storing its data.
Referenced from: NotificationListener.
Definition at line 20 of file notification.dart.
String get Notification.content |
notification's content.
Definition at line 34 of file notification.dart.
int get Notification.id |
notification's unique identifier.
Definition at line 26 of file notification.dart.
String get Notification.imageUrl |
notification's image url if specified.
Definition at line 38 of file notification.dart.
String get Notification.title |
notification's title.
Definition at line 30 of file notification.dart.