isSubscription property
bool
get
isSubscription
Whether any SKU in this product is a subscription.
Implementation
bool get isSubscription => skus.any((sku) => sku.isSubscription == true);
Whether any SKU in this product is a subscription.
bool get isSubscription => skus.any((sku) => sku.isSubscription == true);