cartItems property

List<ApplePayCartSummaryItem> get cartItems
inherited

Line Items of the payment request.

Implementation

List<ApplePayCartSummaryItem> get cartItems =>
    throw _privateConstructorUsedError;