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