ConvertRegionPricesResponse constructor

ConvertRegionPricesResponse({
  1. ConvertedOtherRegionsPrice? convertedOtherRegionsPrice,
  2. Map<String, ConvertedRegionPrice>? convertedRegionPrices,
})

Implementation

ConvertRegionPricesResponse({
  this.convertedOtherRegionsPrice,
  this.convertedRegionPrices,
});