title property

String get title

The notification title, or empty string if not available

Implementation

String get title => notification?.title ?? "";