asyncFromJson static method

Implementation

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