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