asyncFromJson static method
Implementation
static Future<SearchResultOfTrendingEntryResponse> asyncFromJson(Map<String, dynamic> json) =>
compute<Map<String, dynamic>, SearchResultOfTrendingEntryResponse>((json)=>SearchResultOfTrendingEntryResponse.fromJson(json), json);