ProductsListResponse constructor

ProductsListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<Product>? resources,
})

Implementation

ProductsListResponse({this.kind, this.nextPageToken, this.resources});