PricingPhaseWrapper constructor
PricingPhaseWrapper({})
Implementation
PricingPhaseWrapper({
required this.billingCycleCount,
required this.billingPeriod,
required this.formattedPrice,
required this.priceAmountMicros,
required this.priceCurrencyCode,
required this.recurrenceMode,
});