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