UserChoiceDetailsWrapper constructor
const
UserChoiceDetailsWrapper({
- required String originalExternalTransactionId,
- required String externalTransactionToken,
- required List<
UserChoiceDetailsProductWrapper> products,
Creates a purchase wrapper with the given purchase details.
Implementation
const UserChoiceDetailsWrapper({
required this.originalExternalTransactionId,
required this.externalTransactionToken,
required this.products,
});