UserChoiceBillingDetails constructor
const
UserChoiceBillingDetails({})
Implementation
const UserChoiceBillingDetails({
/// Token that must be reported to Google Play within 24 hours
required this.externalTransactionToken,
/// List of product IDs selected by the user
required this.products,
});