GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.fromJson constructor
GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.fromJson(
- Map json_
Implementation
GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.fromJson(core.Map json_)
: this(
aggregatorProviderId: json_.containsKey('aggregatorProviderId')
? json_['aggregatorProviderId'] as core.String
: null,
);