OtherRegionsBasePlanConfig constructor

OtherRegionsBasePlanConfig({
  1. Money? eurPrice,
  2. bool? newSubscriberAvailability,
  3. Money? usdPrice,
})

Implementation

OtherRegionsBasePlanConfig({
  this.eurPrice,
  this.newSubscriberAvailability,
  this.usdPrice,
});