factory NotificationRequest.fromJson(Map<String, dynamic> json) => NotificationRequest( notificationRequest: Notification.fromJson(json["notificationRequest"]), );