GoogleCloudRetailV2Audience constructor

GoogleCloudRetailV2Audience({
  1. List<String>? ageGroups,
  2. List<String>? genders,
})

Implementation

GoogleCloudRetailV2Audience({
  this.ageGroups,
  this.genders,
});