asyncFromJson static method

Implementation

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