flowControl property

FlowControlType flowControl

Implementation

FlowControlType get flowControl =>
    FlowControlType.fromValue(js_util.getProperty(this, 'flowControl'));
void flowControl=(FlowControlType newValue)

Implementation

set flowControl(FlowControlType newValue) {
  js_util.setProperty(this, 'flowControl', newValue.value);
}