video property
VideoConfiguration
get
video
Implementation
VideoConfiguration get video => js_util.getProperty(this, 'video');
set
video
(VideoConfiguration newValue)
Implementation
set video(VideoConfiguration newValue) {
js_util.setProperty(this, 'video', newValue);
}