BillingChoiceInfoAndroid constructor

const BillingChoiceInfoAndroid({
  1. required String playBillingChoiceImageUrl,
  2. String? playBillingLoyaltyInfo,
})

Implementation

const BillingChoiceInfoAndroid({
  required this.playBillingChoiceImageUrl,
  this.playBillingLoyaltyInfo,
});