alert_body property
Message body included in the notification sent.
Implementation
@JsonKey(name: 'alert_body', required: true)
late String alert_body;
Message body included in the notification sent.
@JsonKey(name: 'alert_body', required: true)
late String alert_body;