$RemarketingConfig.fromJson constructor
$RemarketingConfig.fromJson(
- Map json_
Implementation
$RemarketingConfig.fromJson(core.Map json_)
: this(
advertiserId: json_['advertiserId'] as core.String?,
remarketingEnabled: json_['remarketingEnabled'] as core.bool?,
);