asyncFromJson static method

Implementation

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