title property
String
get
title
The notification title, or empty string if not available
Implementation
String get title => notification?.title ?? "";
The notification title, or empty string if not available
String get title => notification?.title ?? "";