SkProductResponseWrapper constructor

SkProductResponseWrapper({
  1. required List<SKProductWrapper> products,
  2. required List<String> invalidProductIdentifiers,
})

Creates an SkProductResponseWrapper with the given product details.

Implementation

SkProductResponseWrapper(
    {required this.products, required this.invalidProductIdentifiers});