GoogleAdsSearchads360V23CommonUserListSegment.fromJson constructor

GoogleAdsSearchads360V23CommonUserListSegment.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonUserListSegment.fromJson(core.Map json_)
  : this(userList: json_['userList'] as core.String?);