id property

int? id
final

The notification's id.

This will be null if the notification was outsided of the plugin's control e.g. on iOS and via Firebase Cloud Messaging.

Implementation

final int? id;