productType property

  1. @JsonKey(name: 'productType', unknownEnumValue: QProductType.unknown)
QProductType productType
final

The calculated type of the current product.

Implementation

@JsonKey(name: 'productType', unknownEnumValue: QProductType.unknown)
final QProductType productType;