price property

  1. @JsonKey(ignore: true)
double? price
getter/setter pair

Localized price of the product

Implementation

@JsonKey(ignore: true)
double? price;