factory Data.fromJson(Map<String, dynamic> json) => Data( webUrl: json["web_url"] ?? "", deepLinkUrl: json["deeplink_url"] ?? "", );