items property

List<Item>? items
final

An array of items that the customer purchases from the merchant.

Implementation

final List<Item>? items;