$UrlAssignedTargetingOptionDetails constructor

$UrlAssignedTargetingOptionDetails({
  1. bool? negative,
  2. String? url,
})

Implementation

$UrlAssignedTargetingOptionDetails({
  this.negative,
  this.url,
});