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