price property

  1. @JsonKey(defaultValue: '')
String price
final

The price of the product, in the currency that is defined in priceLocale.

Implementation

@JsonKey(defaultValue: '')
final String price;