PricingPhaseWrapper constructor
const
PricingPhaseWrapper({})
Creates a new PricingPhaseWrapper from the supplied info.
Implementation
const PricingPhaseWrapper({
required this.billingCycleCount,
required this.billingPeriod,
required this.formattedPrice,
required this.priceAmountMicros,
required this.priceCurrencyCode,
required this.recurrenceMode,
});