Returns VideoView if this data is VideoView, otherwise null.
VideoView? get videoViewOrNull => isVideoView ? videoView : null;