onconnect property

Implementation

EventHandlerNonNull? get onconnect => js_util.getProperty(this, 'onconnect');
void onconnect=(EventHandlerNonNull<Event>? newValue)

Implementation

set onconnect(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onconnect', newValue);
}