ListCssProductsResponse constructor

ListCssProductsResponse({
  1. List<CssProduct>? cssProducts,
  2. String? nextPageToken,
})

Implementation

ListCssProductsResponse({this.cssProducts, this.nextPageToken});