asyncFromJson static method

Implementation

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