$RemarketingConfig.fromJson constructor

$RemarketingConfig.fromJson(
  1. Map json_
)

Implementation

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