stream property

bool stream

Implementation

bool get stream => js_util.getProperty(this, 'stream');
void stream=(bool newValue)

Implementation

set stream(bool newValue) {
  js_util.setProperty(this, 'stream', newValue);
}