ConvertRegionPricesResponse constructor
ConvertRegionPricesResponse({
- ConvertedOtherRegionsPrice? convertedOtherRegionsPrice,
- Map<
String, ConvertedRegionPrice> ? convertedRegionPrices,
Implementation
ConvertRegionPricesResponse({
this.convertedOtherRegionsPrice,
this.convertedRegionPrices,
});