asyncFromJson static method

Implementation

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