onconnecting property
EventHandlerNonNull<Event> ?
get
onconnecting
Implementation
EventHandlerNonNull? get onconnecting =>
js_util.getProperty(this, 'onconnecting');
set
onconnecting
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onconnecting(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onconnecting', newValue);
}