asyncFromJson static method

Implementation

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