asyncFromJson static method

Implementation

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