asyncFromJson static method

Implementation

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