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