PlayStoreSubscription constructor

PlayStoreSubscription({
  1. double? price,
  2. String? currency,
  3. String? sku,
  4. String? orderId,
  5. String? signature,
  6. String? purchaseToken,
  7. int? purchaseTime,
})

Implementation

PlayStoreSubscription({
  this.price,
  this.currency,
  this.sku,
  this.orderId,
  this.signature,
  this.purchaseToken,
  this.purchaseTime,
});