StoreProduct constructor
const
StoreProduct(
- String identifier,
- String description,
- String title,
- double price,
- String priceString,
- String currencyCode, {
- IntroductoryPrice? introductoryPrice,
- List<
StoreProductDiscount> ? discounts, - ProductCategory? productCategory,
- SubscriptionOption? defaultOption,
- List<
SubscriptionOption> ? subscriptionOptions, - PresentedOfferingContext? presentedOfferingContext,
- String? subscriptionPeriod,
Implementation
const StoreProduct(
this.identifier,
this.description,
this.title,
this.price,
this.priceString,
this.currencyCode, {
this.introductoryPrice,
this.discounts,
this.productCategory,
this.defaultOption,
this.subscriptionOptions,
this.presentedOfferingContext,
this.subscriptionPeriod,
});