asyncFromJson static method

Implementation

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