$UrlAssignedTargetingOptionDetails.fromJson constructor

$UrlAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

$UrlAssignedTargetingOptionDetails.fromJson(core.Map json_)
    : this(
        negative: json_['negative'] as core.bool?,
        url: json_['url'] as core.String?,
      );