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