RenewalInfoIOS constructor

const RenewalInfoIOS({
  1. String? autoRenewPreference,
  2. String? jsonRepresentation,
  3. required bool willAutoRenew,
})

Implementation

const RenewalInfoIOS({
  this.autoRenewPreference,
  this.jsonRepresentation,
  required this.willAutoRenew,
});