body property

String get body

The notification body text, or empty string if not available

Implementation

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