factory WebSearchImage.fromMap(Map<String, dynamic> json) => WebSearchImage( title: json["title"] ?? "", imageUrl: json["imageUrl"] ?? "", );