allPurchasedProductIdentifiers property

  1. @JsonKey(name: 'allPurchasedProductIdentifiers')
List<String> allPurchasedProductIdentifiers
inherited

Set of purchased skus, active and inactive

Implementation

@JsonKey(name: 'allPurchasedProductIdentifiers')
List<String> get allPurchasedProductIdentifiers =>
    throw _privateConstructorUsedError;