asyncFromJson static method

Implementation

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