asyncFromJson static method

Implementation

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