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