GetRemarketingTagResponse.fromJson constructor

GetRemarketingTagResponse.fromJson(
  1. Map json_
)

Implementation

GetRemarketingTagResponse.fromJson(core.Map json_)
    : this(
        snippet: json_.containsKey('snippet')
            ? json_['snippet'] as core.String
            : null,
      );