negotiated property
bool
get
negotiated
Implementation
bool get negotiated => js_util.getProperty(this, 'negotiated');
set
negotiated
(bool newValue)
Implementation
set negotiated(bool newValue) {
js_util.setProperty(this, 'negotiated', newValue);
}