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