StorePrice constructor
const
StorePrice({})
Creates a Store price value.
Implementation
const StorePrice({
this.currencyCode,
this.formattedBasePrice,
this.formattedPrice,
this.formattedRecurrencePrice,
this.unformattedBasePrice,
this.unformattedPrice,
this.unformattedRecurrencePrice,
this.isOnSale,
this.saleEndsAt,
});