cssProducts property

List<CssProduct>? cssProducts
getter/setter pair

The processed CSS products from the specified account.

These are your processed CSS products after applying rules and supplemental feeds.

Implementation

core.List<CssProduct>? cssProducts;