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