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