BillingProgramAvailabilityResultAndroid constructor
const
BillingProgramAvailabilityResultAndroid({
- required BillingProgramAndroid billingProgram,
- BillingChoiceScreenTypeAndroid? choiceScreenType,
- required bool isAvailable,
- bool? isExternalLinkAvailable,
Implementation
const BillingProgramAvailabilityResultAndroid({
required this.billingProgram,
this.choiceScreenType,
required this.isAvailable,
this.isExternalLinkAvailable,
});