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