localizedPrice property

String? localizedPrice
final

The localized price of the SKU. Optional. If not provided, the price field will be hidden in the product details and the title field can might take up more space. If provided, it should be formatted as a string with the currency symbol and the amount.

Implementation

final String? localizedPrice;