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