type property
ReadableStreamType
get
type
Implementation
ReadableStreamType get type =>
ReadableStreamType.fromValue(js_util.getProperty(this, 'type'));
set
type
(ReadableStreamType newValue)
Implementation
set type(ReadableStreamType newValue) {
js_util.setProperty(this, 'type', newValue.value);
}