asyncFromJson static method

Implementation

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