OtherRegionsSubscriptionOfferPhasePrices constructor

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

Implementation

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