id property
int
get
id
notification's unique identifier.
Example:
// Get notification ID
int id = notification.id;
print("Notification ID: $id");
Implementation
int get id;
notification's unique identifier.
Example:
// Get notification ID
int id = notification.id;
print("Notification ID: $id");
int get id;