introPhase property

PricingPhase? get introPhase
inherited

The intro trial PricingPhase of the subscription. Looks for the first pricing phase of the SubscriptionOption where amountMicros is greater than 0. There can be a freeTrialPhase and an introductoryPhase in the same SubscriptionOption.

Implementation

PricingPhase? get introPhase => throw _privateConstructorUsedError;