LocalStoreProduct constructor
LocalStoreProduct({})
Implementation
LocalStoreProduct({
required this.identifier,
required this.title,
required this.description,
required this.priceString,
required this.price,
required this.currencyCode,
required this.subscriptionPeriod,
});