data property

Map<String, dynamic> data
final

Additional data associated with the notification.

This can contain any custom key-value pairs needed by the app, such as user IDs, content IDs, parameters, etc.

Implementation

final Map<String, dynamic> data;