asyncFromJson static method

Implementation

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