BillingProgramAvailabilityResultAndroid constructor

const BillingProgramAvailabilityResultAndroid({
  1. required BillingProgramAndroid billingProgram,
  2. BillingChoiceScreenTypeAndroid? choiceScreenType,
  3. required bool isAvailable,
  4. bool? isExternalLinkAvailable,
})

Implementation

const BillingProgramAvailabilityResultAndroid({
  required this.billingProgram,
  this.choiceScreenType,
  required this.isAvailable,
  this.isExternalLinkAvailable,
});