cartItems property

List<ApplePayCartSummaryItem> get cartItems
inherited

The list of items that describe a purchase. For example: total, tax, discount, and grand total.

Implementation

List<ApplePayCartSummaryItem> get cartItems =>
    throw _privateConstructorUsedError;