GoogleAdsSearchads360V23CommonDetailedDemographicSegment.fromJson constructor

GoogleAdsSearchads360V23CommonDetailedDemographicSegment.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonDetailedDemographicSegment.fromJson(
  core.Map json_,
) : this(detailedDemographic: json_['detailedDemographic'] as core.String?);