data property

Map<String, String>? data
final

The JSON data payload to use for the push notification, if the notification is a silent push notification. This payload is added to the data.pinpoint.jsonBody object of the notification.

Implementation

final Map<String, String>? data;