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