discounts property

List<StoreProductDiscount>? discounts
inherited

Collection of discount offers for a product. Null for Android.

Implementation

List<StoreProductDiscount>? get discounts =>
    throw _privateConstructorUsedError;