storeDetails property

  1. @JsonKey(name: 'storeDetails', fromJson: QMapper.storeProductDetailsFromJson)
QProductStoreDetails? storeDetails
final

Google Play Store details of this product. Android only. Null for iOS, or if the product was not found.

Implementation

@JsonKey(name: 'storeDetails', fromJson: QMapper.storeProductDetailsFromJson)
final QProductStoreDetails? storeDetails;