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