hasWatchPage property
bool
get
hasWatchPage
Returns true if the watch page is available for this video.
Implementation
bool get hasWatchPage => watchPage != null;
Returns true if the watch page is available for this video.
bool get hasWatchPage => watchPage != null;