asyncFromJson static method

Implementation

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