cartItems property
The list of items that describe a purchase. For example: total, tax, discount, and grand total.
Implementation
List<ApplePayCartSummaryItem> get cartItems =>
throw _privateConstructorUsedError;
The list of items that describe a purchase. For example: total, tax, discount, and grand total.
List<ApplePayCartSummaryItem> get cartItems =>
throw _privateConstructorUsedError;