products property

List<ProductData>? products
getter/setter pair

Details of the products in this transaction.

Implementation

core.List<ProductData>? products;