$YoutubeChannelPackAssignedTargetingOptionDetails.fromJson constructor

$YoutubeChannelPackAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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