ConvertedOtherRegionsPrice constructor

ConvertedOtherRegionsPrice({
  1. Money? eurPrice,
  2. Money? usdPrice,
})

Implementation

ConvertedOtherRegionsPrice({
  this.eurPrice,
  this.usdPrice,
});