onopen property

Implementation

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

Implementation

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