GoogleCloudRetailV2ColorInfo constructor

GoogleCloudRetailV2ColorInfo({
  1. List<String>? colorFamilies,
  2. List<String>? colors,
})

Implementation

GoogleCloudRetailV2ColorInfo({
  this.colorFamilies,
  this.colors,
});