GoogleAudienceGroup.fromJson constructor
GoogleAudienceGroup.fromJson(
- Map json_
Implementation
GoogleAudienceGroup.fromJson(core.Map json_)
: this(
settings: (json_['settings'] as core.List?)
?.map((value) => GoogleAudienceTargetingSetting.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);