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