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