$ChannelAssignedTargetingOptionDetails.fromJson constructor

$ChannelAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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