stream property

bool get stream

Implementation

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

Implementation

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