products property

  1. @JsonKey(defaultValue: <SKProductWrapper>[])
List<SKProductWrapper> products
final

Stores all matching successfully found products.

One product in this list matches one valid product identifier passed to the SKRequestMaker.startProductRequest. Will be empty if the SKRequestMaker.startProductRequest method does not pass any correct product identifier.

Implementation

@JsonKey(defaultValue: <SKProductWrapper>[])
final List<SKProductWrapper> products;