$YoutubeVideoAssignedTargetingOptionDetails.fromJson constructor

$YoutubeVideoAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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