products property

List<Product>? products
getter/setter pair

The list of Products.

Implementation

core.List<Product>? products;