onupdatefound property

EventHandlerNonNull<Event>? onupdatefound

Implementation

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

Implementation

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