negotiated property

bool negotiated

Implementation

bool get negotiated => js_util.getProperty(this, 'negotiated');
void negotiated=(bool newValue)

Implementation

set negotiated(bool newValue) {
  js_util.setProperty(this, 'negotiated', newValue);
}