products property

List<Product>? products
getter/setter pair

The list of matching products at their head revision number.

Implementation

core.List<Product>? products;