asyncFromJson static method

Future<DestinyHistoricalStatsAccountResult> asyncFromJson(
  1. Map<String, dynamic> json
)

Implementation

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