products property

List<Product>? products
getter/setter pair

List of products.

Implementation

core.List<Product>? products;