type property

Implementation

ReadableStreamType get type =>
    ReadableStreamType.fromValue(js_util.getProperty(this, 'type'));
void type=(ReadableStreamType newValue)

Implementation

set type(ReadableStreamType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}