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