video property

dynamic video

Implementation

dynamic get video => js_util.getProperty(this, 'video');
void video=(dynamic newValue)

Implementation

set video(dynamic newValue) {
  js_util.setProperty(this, 'video', newValue);
}