originalPrice property
Price of the product without any discount.
If zero, by default set to be the price. If set, original_price should be greater than or equal to price, otherwise an INVALID_ARGUMENT error is thrown.
Implementation
core.double? originalPrice;