onupdate property

Implementation

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

Implementation

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