PricingPhase constructor

const PricingPhase(
  1. Period? billingPeriod,
  2. RecurrenceMode? recurrenceMode,
  3. int? billingCycleCount,
  4. Price price,
  5. OfferPaymentMode? offerPaymentMode,
)

Implementation

const PricingPhase(
  this.billingPeriod,
  this.recurrenceMode,
  this.billingCycleCount,
  this.price,
  this.offerPaymentMode,
);