PurchasesHistoryResult constructor
const
PurchasesHistoryResult({
- required BillingResultWrapper billingResult,
- required List<
PurchaseHistoryRecordWrapper> purchaseHistoryRecordList,
Creates a PurchasesHistoryResult with the provided history.
Implementation
const PurchasesHistoryResult(
{required this.billingResult, required this.purchaseHistoryRecordList});