purchasesList property
The list of successful purchases made in this transaction.
May be empty, especially if responseCode is not BillingResponse.ok.
Implementation
@JsonKey(defaultValue: <PurchaseWrapper>[])
final List<PurchaseWrapper> purchasesList;