RequestSubscriptionIosProps constructor

const RequestSubscriptionIosProps({
  1. bool? andDangerouslyFinishTransactionAutomatically,
  2. String? appAccountToken,
  3. int? quantity,
  4. required String sku,
  5. DiscountOfferInputIOS? withOffer,
})

Implementation

const RequestSubscriptionIosProps({
  this.andDangerouslyFinishTransactionAutomatically,
  this.appAccountToken,
  this.quantity,
  required this.sku,
  this.withOffer,
});