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