payload property
PushNotificationPayload
get
payload
The parsed notification payload containing custom data
Implementation
PushNotificationPayload get payload => PushNotificationPayload.fromJson(data);
The parsed notification payload containing custom data
PushNotificationPayload get payload => PushNotificationPayload.fromJson(data);