GoogleAdsSearchads360V23CommonTopicInfo.fromJson constructor

GoogleAdsSearchads360V23CommonTopicInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonTopicInfo.fromJson(core.Map json_)
  : this(
      path: (json_['path'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      topicConstant: json_['topicConstant'] as core.String?,
    );