ListCssProductsResponse constructor
ListCssProductsResponse({
- List<
CssProduct> ? cssProducts, - String? nextPageToken,
Implementation
ListCssProductsResponse({
this.cssProducts,
this.nextPageToken,
});