video property

dynamic get video

Implementation

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

Implementation

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