youtubeVideoUrl property
YoutubeVideoUrl?
get
youtubeVideoUrl
Parse string to youtube video url
Implementation
YoutubeVideoUrl? get youtubeVideoUrl => YoutubeVideoUrl.parse(this ?? '');
Parse string to youtube video url
YoutubeVideoUrl? get youtubeVideoUrl => YoutubeVideoUrl.parse(this ?? '');