Loading...
Searching...
No Matches
Notification Class Referenceabstract

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.
 

Detailed Description

Class is used for working with the notifications and storing its data.

Referenced from: NotificationListener.

Definition at line 20 of file notification.dart.

Member Data Documentation

◆ content

String get Notification.content

notification's content.

Definition at line 34 of file notification.dart.

◆ id

int get Notification.id

notification's unique identifier.

Definition at line 26 of file notification.dart.

◆ imageUrl

String get Notification.imageUrl

notification's image url if specified.

Definition at line 38 of file notification.dart.

◆ title

String get Notification.title

notification's title.

Definition at line 30 of file notification.dart.


The documentation for this class was generated from the following file: