Map<String, dynamic> toJson() { return { 'notification': notification.toJson(), 'data': data.toJson(), 'recipients': recipients, }; }