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.
Dart code snippet:
Definition at line 52 of file notification.dart.
| int get Notification.id |
notification's unique identifier.
Dart code snippet:
Definition at line 32 of file notification.dart.
| String get Notification.imageUrl |
notification's image url if specified.
Dart code snippet:
Definition at line 62 of file notification.dart.
| String get Notification.title |