title property
String
get
title
notification's title.
Example:
// Get notification title
String title = notification.title;
print("Notification title: $title");
Implementation
String get title;
notification's title.
Example:
// Get notification title
String title = notification.title;
print("Notification title: $title");
String get title;