items property

List<CartDataItem>? items
getter/setter pair

Data of the items purchased.

Implementation

core.List<CartDataItem>? items;