asyncFromJson static method

Implementation

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