youtubeVideoId property

String? youtubeVideoId
getter/setter pair

The YouTube video ID (as seen in YouTube URLs).

Adding prefix "https://www.youtube.com/watch?v=" to this ID will get the YouTube streaming URL for this video.

Immutable.

Implementation

core.String? youtubeVideoId;