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