GoogleCloudRetailV2Audience.fromJson constructor
GoogleCloudRetailV2Audience.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2Audience.fromJson(core.Map json_)
: this(
ageGroups: (json_['ageGroups'] as core.List?)
?.map((value) => value as core.String)
.toList(),
genders: (json_['genders'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);