price property

  1. @JsonKey(name: 'price', fromJson: QMapper.requiredProductPriceFromJson)
QProductPrice price
final

Price for the current phase.

Implementation

@JsonKey(name: 'price', fromJson: QMapper.requiredProductPriceFromJson)
final QProductPrice price;