products property

This Stream contains all available Products you can offer to your user.

productDetailList is NEVER NULL. If the value is null, you probably never called LinkFivePurchases.fetchProducts

LinkFiveProducts.productDetailList is a List and contains all Subscriptions

ProductDetails({ id, title, description, price, rawPrice, currencyCode, currencySymbol = '' });

Implementation

static Stream<LinkFiveProducts> get products =>
    LinkFivePurchasesImpl().products;