GoogleCloudRetailV2ProductInlineSource constructor

GoogleCloudRetailV2ProductInlineSource({
  1. List<GoogleCloudRetailV2Product>? products,
})

Implementation

GoogleCloudRetailV2ProductInlineSource({
  this.products,
});