$ChannelAssignedTargetingOptionDetails constructor

$ChannelAssignedTargetingOptionDetails({
  1. String? channelId,
  2. bool? negative,
})

Implementation

$ChannelAssignedTargetingOptionDetails({
  this.channelId,
  this.negative,
});