factory Notification.fromJson(Map<String, dynamic> json) => Notification( id: json["id"], appToken: json["app_token"], );